d610351 This commit was manufactured by cvs2svn to create tag

Authored and Committed by nobody 20 years ago
159 files changed. 6128 lines added. 4386 lines removed.
ChangeLog
file modified
+5 -0
Makefile.in
file modified
+1 -0
Makefile.tpl
file modified
+1 -0
bfd/ChangeLog
file modified
+223 -33
bfd/Makefile.am
file modified
+8 -2
bfd/Makefile.in
file modified
+9 -2
bfd/archures.c
file modified
+7 -5
bfd/bfd-in2.h
file modified
+12 -8
bfd/coff-h8300.c
file modified
+3 -2
bfd/coffcode.h
file modified
+27 -3
bfd/configure
file modified
+3 -3
bfd/configure.in
file modified
+3 -3
bfd/cpu-h8300.c
file modified
+61 -22
bfd/cpu-sh.c
file modified
+1 -1
bfd/elf-bfd.h
file modified
+4 -0
bfd/elf.c
file modified
+8 -4
bfd/elf32-h8300.c
file modified
+42 -13
bfd/elf32-i386.c
file modified
+2 -12
bfd/elf32-m68hc11.c
file modified
+114 -436
bfd/elf32-m68hc12.c
file modified
+110 -367
bfd/elf32-m68hc1x.c
file added
+1508
bfd/elf32-m68hc1x.h
file added
+205
bfd/elf32-ppc.c
file modified
+31 -16
bfd/elf32-sh.c
file modified
+65 -204
bfd/elf32-sh64-com.c
file modified
+1 -1
bfd/elf32-sh64.c
file modified
+1 -1
bfd/elf64-alpha.c
file modified
+3 -1
bfd/elf64-sh64.c
file modified
+1 -1
bfd/elflink.h
file modified
+142 -28
bfd/elfxx-ia64.c
file modified
+15 -2
bfd/reloc.c
file modified
+2 -2
bfd/section.c
file modified
+5 -3
bfd/version.h
file modified
+1 -1
config-ml.in
file modified
+0 -843
gdb/ChangeLog
file modified
+395 -0
gdb/Makefile.in
file modified
+27 -18
gdb/ada-lang.c
file modified
+1 -0
gdb/ada-valprint.c
file modified
+1 -0
gdb/alpha-nat.c
file modified
+1 -1
gdb/alpha-tdep.c
file modified
+5 -5
gdb/alpha-tdep.h
file modified
+6 -6
gdb/alphabsd-nat.c
file modified
+1 -1
gdb/alphanbsd-tdep.c
file modified
+1 -1
gdb/arch-utils.c
file modified
+5 -4
gdb/arch-utils.h
file modified
+2 -1
gdb/arm-tdep.c
file modified
+5 -5
gdb/avr-tdep.c
file modified
+4 -4
gdb/blockframe.c
file modified
+8 -8
gdb/breakpoint.c
file modified
+334 -232
gdb/breakpoint.h
file modified
+22 -1
gdb/config/djgpp/fnchange.lst
file modified
+1 -0
gdb/config/ia64/tm-ia64.h
file modified
+1 -1
gdb/config/pa/tm-hppa.h
file modified
+3 -364
gdb/config/pa/tm-hppa64.h
file modified
+322 -4
gdb/config/s390/tm-s390.h
file modified
+1 -1
gdb/config/sparc/tm-sp64.h
file modified
+2 -2
gdb/config/sparc/tm-sparc.h
file modified
+7 -6
gdb/config/vax/nm-vax.h
file modified
+1 -1
gdb/corefile.c
file modified
+0 -22
gdb/cp-support.c
file modified
+59 -43
gdb/cris-tdep.c
file modified
+17 -17
gdb/d10v-tdep.c
file modified
+51 -107
gdb/disasm.c
file modified
+41 -1
gdb/doc/ChangeLog
file modified
+11 -0
gdb/doc/gdbint.texinfo
file modified
+25 -23
gdb/dummy-frame.c
file modified
+1 -1
gdb/dwarf2loc.c
file modified
+4 -1
gdb/eval.c
file modified
+285 -0
gdb/frame.c
file modified
+7 -7
gdb/frame.h
file modified
+4 -3
gdb/frv-tdep.c
file modified
+2 -3
gdb/gcore.c
file modified
+1 -0
gdb/gdbarch.c
file modified
+56 -49
gdb/gdbarch.h
file modified
+47 -32
gdb/gdbarch.sh
file modified
+11 -26
gdb/gdbserver/ChangeLog
file modified
+5 -0
gdb/gdbserver/low-nbsd.c
file modified
+2 -2
gdb/h8300-tdep.c
file modified
+2 -2
gdb/hppa-tdep.c
file modified
+25 -24
gdb/i386-tdep.c
file modified
+5 -5
gdb/ia64-tdep.c
file modified
+11 -11
gdb/infcall.c
file added
+981
gdb/infcall.h
file added
+43
gdb/infcmd.c
file modified
+0 -108
gdb/inferior.h
file modified
+1 -5
gdb/linespec.c
file modified
+128 -0
gdb/m68hc11-tdep.c
file modified
+1 -2
gdb/m68k-tdep.c
file modified
+9 -9
gdb/mcore-tdep.c
file modified
+5 -5
gdb/mips-nat.c
file modified
+3 -3
gdb/mips-tdep.c
file modified
+17 -17
gdb/mipsv4-nat.c
file modified
+1 -1
gdb/mn10300-tdep.c
file modified
+7 -6
gdb/nlm/i386.c
file modified
+1 -1
gdb/nlm/i386.h
file modified
+1 -1
gdb/ns32k-tdep.c
file modified
+5 -5
gdb/ns32knbsd-nat.c
file modified
+5 -5
gdb/objc-lang.c
file modified
+16 -0
gdb/printcmd.c
file modified
+9 -5
gdb/procfs.c
file modified
+2 -2
gdb/regcache.c
file modified
+13 -19
gdb/remote-e7000.c
file modified
+2 -2
gdb/remote-mips.c
file modified
+5 -5
gdb/rs6000-tdep.c
file modified
+2 -3
gdb/s390-tdep.c
file modified
+8 -8
gdb/scm-lang.c
file modified
+1 -0
gdb/sh-tdep.c
file modified
+17 -18
gdb/sparc-tdep.c
file modified
+26 -23
gdb/std-regs.c
file modified
+19 -14
gdb/symtab.c
file modified
+19 -5
gdb/target.h
file modified
+4 -4
gdb/testsuite/ChangeLog
file modified
+9 -0
gdb/testsuite/gdb.base/signals.exp
file modified
+3 -3
gdb/testsuite/gdb.c++/maint.exp
file modified
+12 -0
gdb/tui/ChangeLog
file modified
+6 -0
gdb/tui/tuiDisassem.c
file modified
+5 -1
gdb/v850-tdep.c
file modified
+9 -8
gdb/valarith.c
file modified
+1 -0
gdb/valops.c
file modified
+1 -828
gdb/value.h
file modified
+0 -3
gdb/vax-tdep.c
file modified
+8 -8
gdb/version.in
file modified
+1 -1
gdb/x86-64-tdep.c
file modified
+2 -2
gdb/xstormy16-tdep.c
file modified
+2 -2
include/ChangeLog
file modified
+8 -0
include/bfdlink.h
file modified
+8 -0
include/coff/ChangeLog
file modified
+5 -0
include/coff/h8300.h
file modified
+8 -4
include/elf/ChangeLog
file modified
+13 -0
include/elf/common.h
file modified
+2 -2
include/elf/h8.h
file modified
+3 -1
libiberty/ChangeLog
file modified
+5 -0
libiberty/vsnprintf.c
file modified
+15 -11
opcodes/ChangeLog
file modified
+10 -0
opcodes/fr30-desc.c
file modified
+1 -1
opcodes/fr30-desc.h
file modified
+1 -1
opcodes/fr30-opc.c
file modified
+1 -1
opcodes/fr30-opc.h
file modified
+1 -1
opcodes/frv-desc.c
file modified
+76 -73
opcodes/frv-desc.h
file modified
+1 -1
opcodes/frv-opc.c
file modified
+1 -1
opcodes/frv-opc.h
file modified
+1 -1
opcodes/ip2k-desc.c
file modified
+10 -10
opcodes/ip2k-desc.h
file modified
+1 -1
opcodes/ip2k-opc.c
file modified
+1 -1
opcodes/ip2k-opc.h
file modified
+1 -1
opcodes/m32r-desc.c
file modified
+24 -24
opcodes/m32r-desc.h
file modified
+1 -1
opcodes/m32r-opc.c
file modified
+1 -1
opcodes/m32r-opc.h
file modified
+1 -1
opcodes/m32r-opinst.c
file modified
+1 -1
opcodes/openrisc-desc.c
file modified
+17 -16
opcodes/openrisc-desc.h
file modified
+1 -1
opcodes/openrisc-opc.c
file modified
+1 -1
opcodes/openrisc-opc.h
file modified
+1 -1
opcodes/xstormy16-desc.c
file modified
+33 -27
opcodes/xstormy16-desc.h
file modified
+1 -1
opcodes/xstormy16-opc.c
file modified
+7 -1
opcodes/xstormy16-opc.h
file modified
+4 -3
    This commit was manufactured by cvs2svn to create tag
    'carlton_dictionary-20030430-merge'.
    
    Sprout from kettenis_i386newframe-20030419-branch 2003-04-19 14:43:51 UTC nobody 'This commit was manufactured by cvs2svn to create branch'
    Cherrypick from kettenis_i386newframe-20030419-branch 2003-05-04 03:57:40 UTC nobody 'This commit was manufactured by cvs2svn to create branch':
        bfd/elf32-m68hc1x.c
        bfd/elf32-m68hc1x.h
        gdb/infcall.h
    Cherrypick from master 2003-04-30 22:01:38 UTC Andrew Cagney <cagney@redhat.com> '2003-04-30  Andrew Cagney  <cagney@redhat.com>':
        ChangeLog
        Makefile.in
        Makefile.tpl
        bfd/ChangeLog
        bfd/Makefile.am
        bfd/Makefile.in
        bfd/archures.c
        bfd/bfd-in2.h
        bfd/coff-h8300.c
        bfd/coffcode.h
        bfd/configure
        bfd/configure.in
        bfd/cpu-h8300.c
        bfd/cpu-sh.c
        bfd/elf-bfd.h
        bfd/elf.c
        bfd/elf32-h8300.c
        bfd/elf32-i386.c
        bfd/elf32-m68hc11.c
        bfd/elf32-m68hc12.c
        bfd/elf32-ppc.c
        bfd/elf32-sh.c
        bfd/elf32-sh64-com.c
        bfd/elf32-sh64.c
        bfd/elf64-alpha.c
        bfd/elf64-sh64.c
        bfd/elflink.h
        bfd/elfxx-ia64.c
        bfd/reloc.c
        bfd/section.c
        bfd/version.h
        config-ml.in
        gdb/ChangeLog
        gdb/Makefile.in
        gdb/ada-lang.c
        gdb/ada-valprint.c
        gdb/alpha-nat.c
        gdb/alpha-tdep.c
        gdb/alpha-tdep.h
        gdb/alphabsd-nat.c
        gdb/alphanbsd-tdep.c
        gdb/arch-utils.c
        gdb/arch-utils.h
        gdb/arm-tdep.c
        gdb/avr-tdep.c
        gdb/blockframe.c
        gdb/breakpoint.c
        gdb/breakpoint.h
        gdb/config/djgpp/fnchange.lst
        gdb/config/ia64/tm-ia64.h
        gdb/config/pa/tm-hppa.h
        gdb/config/pa/tm-hppa64.h
        gdb/config/s390/tm-s390.h
        gdb/config/sparc/tm-sp64.h
        gdb/config/sparc/tm-sparc.h
        gdb/config/vax/nm-vax.h
        gdb/corefile.c
        gdb/cp-support.c
        gdb/cris-tdep.c
        gdb/d10v-tdep.c
        gdb/disasm.c
        gdb/doc/ChangeLog
        gdb/doc/gdbint.texinfo
        gdb/dummy-frame.c
        gdb/dwarf2loc.c
        gdb/eval.c
        gdb/frame.c
        gdb/frame.h
        gdb/frv-tdep.c
        gdb/gcore.c
        gdb/gdbarch.c
        gdb/gdbarch.h
        gdb/gdbarch.sh
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/low-nbsd.c
        gdb/h8300-tdep.c
        gdb/hppa-tdep.c
        gdb/i386-tdep.c
        gdb/ia64-tdep.c
        gdb/infcall.c
        gdb/infcmd.c
        gdb/inferior.h
        gdb/linespec.c
        gdb/m68hc11-tdep.c
        gdb/m68k-tdep.c
        gdb/mcore-tdep.c
        gdb/mips-nat.c
        gdb/mips-tdep.c
        gdb/mipsv4-nat.c
        gdb/mn10300-tdep.c
        gdb/nlm/i386.c
        gdb/nlm/i386.h
        gdb/ns32k-tdep.c
        gdb/ns32knbsd-nat.c
        gdb/objc-lang.c
        gdb/printcmd.c
        gdb/procfs.c
        gdb/regcache.c
        gdb/remote-e7000.c
        gdb/remote-mips.c
        gdb/rs6000-tdep.c
        gdb/s390-tdep.c
        gdb/scm-lang.c
        gdb/sh-tdep.c
        gdb/sparc-tdep.c
        gdb/std-regs.c
        gdb/symtab.c
        gdb/target.h
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.base/signals.exp
        gdb/testsuite/gdb.c++/maint.exp
        gdb/tui/ChangeLog
        gdb/tui/tuiDisassem.c
        gdb/v850-tdep.c
        gdb/valarith.c
        gdb/valops.c
        gdb/value.h
        gdb/vax-tdep.c
        gdb/version.in
        gdb/x86-64-tdep.c
        gdb/xstormy16-tdep.c
        include/ChangeLog
        include/bfdlink.h
        include/coff/ChangeLog
        include/coff/h8300.h
        include/elf/ChangeLog
        include/elf/common.h
        include/elf/h8.h
        libiberty/ChangeLog
        libiberty/vsnprintf.c
        opcodes/ChangeLog
        opcodes/fr30-desc.c
        opcodes/fr30-desc.h
        opcodes/fr30-opc.c
        opcodes/fr30-opc.h
        opcodes/frv-desc.c
        opcodes/frv-desc.h
        opcodes/frv-opc.c
        opcodes/frv-opc.h
        opcodes/ip2k-desc.c
        opcodes/ip2k-desc.h
        opcodes/ip2k-opc.c
        opcodes/ip2k-opc.h
        opcodes/m32r-desc.c
        opcodes/m32r-desc.h
        opcodes/m32r-opc.c
        opcodes/m32r-opc.h
        opcodes/m32r-opinst.c
        opcodes/openrisc-desc.c
        opcodes/openrisc-desc.h
        opcodes/openrisc-opc.c
        opcodes/openrisc-opc.h
        opcodes/xstormy16-desc.c
        opcodes/xstormy16-desc.h
        opcodes/xstormy16-opc.c
        opcodes/xstormy16-opc.h
        
file modified
+5 -0
file modified
+1 -0
file modified
+1 -0
file modified
+223 -33
file modified
+8 -2
file modified
+9 -2
file modified
+7 -5
file modified
+12 -8
file modified
+3 -2
file modified
+27 -3
file modified
+3 -3
file modified
+3 -3
file modified
+61 -22
file modified
+1 -1
file modified
+4 -0
file modified
+8 -4
file modified
+42 -13
file modified
+2 -12
file modified
+114 -436
file modified
+110 -367
file added
+1508
file added
+205
file modified
+31 -16
file modified
+65 -204
file modified
+1 -1
file modified
+1 -1
file modified
+3 -1
file modified
+1 -1
file modified
+142 -28
file modified
+15 -2
file modified
+2 -2
file modified
+5 -3
file modified
+1 -1
file modified
+0 -843
file modified
+395 -0
file modified
+27 -18
file modified
+1 -0
file modified
+1 -0
file modified
+1 -1
file modified
+5 -5
file modified
+6 -6
file modified
+1 -1
file modified
+1 -1
file modified
+5 -4
file modified
+2 -1
file modified
+5 -5
file modified
+4 -4
file modified
+8 -8
file modified
+334 -232
file modified
+22 -1
file modified
+1 -1
file modified
+3 -364
file modified
+322 -4
file modified
+1 -1
file modified
+2 -2
file modified
+7 -6
file modified
+1 -1
file modified
+0 -22
file modified
+59 -43
file modified
+17 -17
file modified
+51 -107
file modified
+41 -1
file modified
+11 -0
file modified
+25 -23
file modified
+1 -1
file modified
+4 -1
file modified
+285 -0
file modified
+7 -7
file modified
+4 -3
file modified
+2 -3
file modified
+1 -0
file modified
+56 -49
file modified
+47 -32
file modified
+11 -26
file modified
+5 -0
file modified
+2 -2
file modified
+2 -2
file modified
+25 -24
file modified
+5 -5
file modified
+11 -11
file added
+981
file added
+43
file modified
+0 -108
file modified
+1 -5
file modified
+128 -0
file modified
+1 -2
file modified
+9 -9
file modified
+5 -5
file modified
+3 -3
file modified
+17 -17
file modified
+1 -1
file modified
+7 -6
file modified
+1 -1
file modified
+1 -1
file modified
+5 -5
file modified
+5 -5
file modified
+16 -0
file modified
+9 -5
file modified
+2 -2
file modified
+13 -19
file modified
+2 -2
file modified
+5 -5
file modified
+2 -3
file modified
+8 -8
file modified
+1 -0
file modified
+17 -18
file modified
+26 -23
file modified
+19 -14
file modified
+19 -5
file modified
+4 -4
file modified
+9 -0
file modified
+6 -0
file modified
+5 -1
file modified
+9 -8
file modified
+1 -0
file modified
+1 -828
file modified
+0 -3
file modified
+8 -8
file modified
+1 -1
file modified
+2 -2
file modified
+2 -2
file modified
+8 -0
file modified
+8 -0
file modified
+5 -0
file modified
+8 -4
file modified
+13 -0
file modified
+2 -2
file modified
+3 -1
file modified
+5 -0
file modified
+15 -11
file modified
+10 -0
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+76 -73
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+10 -10
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+24 -24
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+17 -16
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+33 -27
file modified
+1 -1
file modified
+7 -1
file modified
+4 -3