b41719d This commit was manufactured by cvs2svn to create branch 'jimb-

Authored and Committed by nobody 20 years ago
295 files changed. 14117 lines added. 8656 lines removed.
ChangeLog
file modified
+19 -0
MAINTAINERS
file modified
+1 -1
Makefile.in
file modified
+3 -2
Makefile.tpl
file modified
+3 -2
bfd/ChangeLog
file modified
+457 -34
bfd/Makefile.am
file modified
+8 -2
bfd/Makefile.in
file modified
+8 -2
bfd/acinclude.m4
file modified
+1 -1
bfd/aclocal.m4
file modified
+18 -0
bfd/archures.c
file modified
+7 -5
bfd/bfd-in.h
file modified
+1 -3
bfd/bfd-in2.h
file modified
+13 -11
bfd/coff-h8300.c
file modified
+3 -2
bfd/coffcode.h
file modified
+27 -3
bfd/configure
file modified
+496 -474
bfd/configure.in
file modified
+3 -3
bfd/cpu-arm.c
file modified
+1 -1
bfd/cpu-h8300.c
file modified
+61 -22
bfd/cpu-sh.c
file modified
+1 -1
bfd/elf-bfd.h
file modified
+85 -11
bfd/elf-m10200.c
file modified
+3 -3
bfd/elf-m10300.c
file modified
+5 -5
bfd/elf.c
file modified
+16 -12
bfd/elf32-arm.h
file modified
+2 -2
bfd/elf32-h8300.c
file modified
+44 -15
bfd/elf32-hppa.c
file modified
+3 -3
bfd/elf32-i386.c
file modified
+34 -17
bfd/elf32-ip2k.c
file modified
+6 -6
bfd/elf32-iq2000.c
file modified
+15 -3
bfd/elf32-m32r.c
file modified
+4 -4
bfd/elf32-m68hc11.c
file modified
+115 -437
bfd/elf32-m68hc12.c
file modified
+110 -367
bfd/elf32-m68hc1x.c
file added
+1508
bfd/elf32-m68hc1x.h
file added
+205
bfd/elf32-m68k.c
file modified
+1 -1
bfd/elf32-mips.c
file modified
+1 -1
bfd/elf32-ppc.c
file modified
+59 -26
bfd/elf32-s390.c
file modified
+69 -25
bfd/elf32-sh.c
file modified
+68 -207
bfd/elf32-sh64-com.c
file modified
+1 -1
bfd/elf32-sh64.c
file modified
+1 -1
bfd/elf32-v850.c
file modified
+2 -2
bfd/elf32-xstormy16.c
file modified
+5 -5
bfd/elf32-xtensa.c
file modified
+1 -1
bfd/elf64-alpha.c
file modified
+6 -4
bfd/elf64-hppa.c
file modified
+2 -2
bfd/elf64-mips.c
file modified
+1 -1
bfd/elf64-mmix.c
file modified
+6 -6
bfd/elf64-ppc.c
file modified
+47 -22
bfd/elf64-s390.c
file modified
+70 -26
bfd/elf64-sh64.c
file modified
+2 -2
bfd/elf64-sparc.c
file modified
+1 -1
bfd/elf64-x86-64.c
file modified
+64 -22
bfd/elfcode.h
file modified
+2 -4
bfd/elflink.c
file modified
+2113 -114
bfd/elflink.h
file modified
+272 -2131
bfd/elfxx-ia64.c
file modified
+57 -17
bfd/elfxx-mips.c
file modified
+25 -13
bfd/reloc.c
file modified
+2 -2
bfd/section.c
file modified
+5 -3
bfd/version.h
file modified
+1 -1
bfd/xtensa-isa.c
file modified
+1 -1
bfd/xtensa-modules.c
file modified
+2 -2
config-ml.in
file modified
+45 -41
cpu/ChangeLog
file added
+11
gdb/ChangeLog
file modified
+723 -0
gdb/Makefile.in
file modified
+37 -24
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
+9 -11
gdb/alpha-tdep.h
file modified
+6 -6
gdb/alphabsd-nat.c
file modified
+1 -1
gdb/alphafbsd-tdep.c
file modified
+1 -1
gdb/alphanbsd-tdep.c
file modified
+1 -1
gdb/arch-utils.c
file modified
+8 -5
gdb/arch-utils.h
file modified
+2 -1
gdb/arm-linux-tdep.c
file modified
+10 -11
gdb/arm-tdep.c
file modified
+27 -27
gdb/avr-tdep.c
file modified
+9 -7
gdb/blockframe.c
file modified
+8 -8
gdb/breakpoint.c
file modified
+336 -234
gdb/breakpoint.h
file modified
+22 -1
gdb/c-lang.c
file modified
+37 -0
gdb/charset.c
file modified
+182 -182
gdb/charset.h
file modified
+0 -11
gdb/cli/cli-cmds.c
file modified
+0 -5
gdb/cli/cli-cmds.h
file modified
+0 -4
gdb/config/djgpp/fnchange.lst
file modified
+1 -0
gdb/config/i386/nto.mt
file added
+4
gdb/config/i386/tm-nto.h
file added
+33
gdb/config/ia64/tm-ia64.h
file modified
+2 -2
gdb/config/m68k/tm-vx68.h
file modified
+1 -1
gdb/config/mips/tm-mips.h
file modified
+2 -2
gdb/config/pa/nm-hppah.h
file modified
+4 -3
gdb/config/pa/tm-hppa.h
file modified
+15 -376
gdb/config/pa/tm-hppa64.h
file modified
+335 -17
gdb/config/s390/tm-s390.h
file modified
+7 -7
gdb/config/sparc/tm-sp64.h
file modified
+24 -24
gdb/config/sparc/tm-sparc.h
file modified
+13 -12
gdb/config/tm-nto.h
file added
+61
gdb/config/vax/nm-vax.h
file modified
+1 -1
gdb/configure.tgt
file modified
+4 -0
gdb/corefile.c
file modified
+0 -22
gdb/cp-support.c
file modified
+59 -43
gdb/cris-tdep.c
file modified
+56 -54
gdb/d10v-tdep.c
file modified
+118 -153
gdb/defs.h
file modified
+5 -22
gdb/disasm.c
file modified
+78 -71
gdb/disasm.h
file modified
+6 -0
gdb/doc/ChangeLog
file modified
+56 -0
gdb/doc/gdb.texinfo
file modified
+124 -88
gdb/doc/gdbint.texinfo
file modified
+67 -30
gdb/dummy-frame.c
file modified
+52 -3
gdb/dummy-frame.h
file modified
+6 -5
gdb/dve3900-rom.c
file modified
+1 -1
gdb/dwarf2cfi.c
file modified
+1 -1
gdb/dwarf2loc.c
file modified
+4 -1
gdb/dwarf2read.c
file modified
+5 -5
gdb/eval.c
file modified
+285 -0
gdb/findvar.c
file modified
+3 -3
gdb/fork-child.c
file modified
+25 -5
gdb/frame.c
file modified
+16 -11
gdb/frame.h
file modified
+8 -3
gdb/frv-tdep.c
file modified
+5 -6
gdb/gcore.c
file modified
+1 -0
gdb/gdbarch.c
file modified
+246 -209
gdb/gdbarch.h
file modified
+173 -131
gdb/gdbarch.sh
file modified
+49 -56
gdb/gdbcmd.h
file modified
+0 -4
gdb/gdbserver/ChangeLog
file modified
+5 -0
gdb/gdbserver/low-nbsd.c
file modified
+2 -2
gdb/gdbthread.h
file modified
+0 -3
gdb/h8300-tdep.c
file modified
+5 -5
gdb/hppa-tdep.c
file modified
+81 -80
gdb/hppab-nat.c
file modified
+1 -1
gdb/hppah-nat.c
file modified
+1 -1
gdb/hpux-thread.c
file modified
+2 -2
gdb/i386-linux-nat.c
file modified
+2 -3
gdb/i386-nto-tdep.c
file added
+298
gdb/i386-tdep.c
file modified
+10 -10
gdb/i387-tdep.c
file modified
+25 -10
gdb/ia64-tdep.c
file modified
+19 -17
gdb/infcall.c
file added
+1072
gdb/infcall.h
file added
+43
gdb/infcmd.c
file modified
+2 -110
gdb/inferior.h
file modified
+9 -12
gdb/infptrace.c
file modified
+2 -2
gdb/infrun.c
file modified
+70 -25
gdb/irix4-nat.c
file modified
+4 -4
gdb/linespec.c
file modified
+128 -0
gdb/lynx-nat.c
file modified
+2 -2
gdb/m68hc11-tdep.c
file modified
+4 -6
gdb/m68k-tdep.c
file modified
+18 -18
gdb/m68klinux-nat.c
file modified
+2 -2
gdb/maint.c
file modified
+4 -21
gdb/mcore-tdep.c
file modified
+26 -24
gdb/mi/ChangeLog
file modified
+22 -0
gdb/mi/mi-cmd-symbol.c
file added
+67
gdb/mi/mi-cmds.c
file modified
+1 -0
gdb/mi/mi-cmds.h
file modified
+1 -0
gdb/mi/mi-main.c
file modified
+5 -5
gdb/mips-linux-tdep.c
file modified
+9 -9
gdb/mips-nat.c
file modified
+8 -8
gdb/mips-tdep.c
file modified
+62 -32
gdb/mipsv4-nat.c
file modified
+5 -5
gdb/mn10300-tdep.c
file modified
+16 -15
gdb/monitor.c
file modified
+4 -4
gdb/nlm/i386.c
file modified
+1 -1
gdb/nlm/i386.h
file modified
+1 -1
gdb/ns32k-tdep.c
file modified
+11 -11
gdb/ns32knbsd-nat.c
file modified
+5 -5
gdb/nto-tdep.c
file added
+342
gdb/nto-tdep.h
file added
+156
gdb/objc-lang.c
file modified
+16 -0
gdb/objfiles.c
file modified
+1 -1
gdb/ppc-linux-nat.c
file modified
+2 -2
gdb/printcmd.c
file modified
+2 -24
gdb/procfs.c
file modified
+2 -2
gdb/regcache.c
file modified
+35 -102
gdb/regcache.h
file modified
+0 -10
gdb/remote-array.c
file modified
+1 -1
gdb/remote-e7000.c
file modified
+3 -3
gdb/remote-mips.c
file modified
+7 -7
gdb/remote-rdp.c
file modified
+1 -1
gdb/remote-sim.c
file modified
+5 -5
gdb/remote.c
file modified
+7 -4
gdb/rom68k-rom.c
file modified
+1 -1
gdb/rs6000-nat.c
file modified
+2 -2
gdb/rs6000-tdep.c
file modified
+7 -8
gdb/s390-tdep.c
file modified
+13 -14
gdb/scm-lang.c
file modified
+1 -0
gdb/sentinel-frame.c
file modified
+1 -1
gdb/sh-tdep.c
file modified
+28 -29
gdb/sol-thread.c
file modified
+3 -3
gdb/sparc-tdep.c
file modified
+65 -60
gdb/stack.c
file modified
+18 -3
gdb/std-regs.c
file modified
+30 -26
gdb/symmisc.c
file modified
+4 -4
gdb/symtab.c
file modified
+19 -5
gdb/symtab.h
file modified
+2 -2
gdb/target.c
file modified
+2 -2
gdb/target.h
file modified
+4 -4
gdb/testsuite/ChangeLog
file modified
+53 -0
gdb/testsuite/Makefile.in
file modified
+1 -1
gdb/testsuite/configure
file modified
+29 -40
gdb/testsuite/configure.in
file modified
+1 -1
gdb/testsuite/gdb.asm/asm-source.exp
file modified
+84 -54
gdb/testsuite/gdb.asm/s390x.inc
file added
+68
gdb/testsuite/gdb.base/charset.exp
file modified
+118 -56
gdb/testsuite/gdb.base/maint.exp
file modified
+7 -0
gdb/testsuite/gdb.base/signals.exp
file modified
+3 -3
gdb/testsuite/gdb.base/watchpoint.exp
file modified
+2 -2
gdb/testsuite/gdb.c++/maint.exp
file modified
+12 -0
gdb/testsuite/gdb.mi/ChangeLog
file modified
+6 -0
gdb/testsuite/gdb.mi/mi1-symbol.exp
file added
+61
gdb/testsuite/gdb.objc/Makefile.in
file added
+22
gdb/testsuite/gdb.objc/basicclass.exp
file added
+199
gdb/testsuite/gdb.objc/basicclass.m
file added
+81
gdb/testsuite/gdb.threads/schedlock.exp
file modified
+9 -5
gdb/testsuite/lib/gdb.exp
file modified
+40 -0
gdb/thread-db.c
file modified
+1 -1
gdb/thread.c
file modified
+0 -4
gdb/tracepoint.c
file modified
+1 -1
gdb/tui/ChangeLog
file modified
+16 -0
gdb/tui/tuiDisassem.c
file modified
+1 -13
gdb/tui/tuiRegs.c
file modified
+3 -3
gdb/v850-tdep.c
file modified
+14 -13
gdb/valarith.c
file modified
+1 -0
gdb/valops.c
file modified
+5 -833
gdb/value.h
file modified
+0 -3
gdb/vax-tdep.c
file modified
+13 -14
gdb/version.in
file modified
+1 -1
gdb/x86-64-tdep.c
file modified
+3 -3
gdb/xstormy16-tdep.c
file modified
+5 -5
include/ChangeLog
file modified
+18 -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
include/gdb/ChangeLog
file modified
+6 -0
include/gdb/sim-d10v.h
file modified
+7 -4
include/hashtab.h
file modified
+5 -0
include/xtensa-isa-internal.h
file modified
+1 -1
libiberty/ChangeLog
file modified
+26 -0
libiberty/aclocal.m4
file modified
+2 -0
libiberty/config.in
file modified
+10 -0
libiberty/configure
file modified
+230 -526
libiberty/configure.in
file modified
+10 -9
libiberty/cp-demangle.c
file modified
+1 -1
libiberty/hashtab.c
file modified
+138 -0
libiberty/splay-tree.c
file modified
+2 -2
libiberty/vsnprintf.c
file modified
+15 -11
opcodes/ChangeLog
file modified
+23 -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/i386-dis.c
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
opcodes/z8k-dis.c
file modified
+26 -4
sim/d10v/ChangeLog
file modified
+12 -0
sim/d10v/interp.c
file modified
+24 -18
sim/igen/ChangeLog
file modified
+4 -0
sim/igen/compare_igen_models
file modified
+1 -1
sim/mips/ChangeLog
file modified
+9 -0
sim/mips/cp1.c
file modified
+4 -3
sim/mips/cp1.h
file modified
+2 -1
sim/mips/mdmx.c
file modified
+2 -1
sim/mips/mdmx.igen
file modified
+2 -1
sim/mips/mips3d.igen
file modified
+2 -1
sim/mips/sb1.igen
file modified
+2 -1
src-release
file modified
+2 -1
    This commit was manufactured by cvs2svn to create branch 'jimb-
    ppc64-linux-20030509-branch'.
    
    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.h
        gdb/infcall.h
        gdb/mi/mi-cmd-symbol.c
        gdb/testsuite/gdb.mi/mi1-symbol.exp
    Cherrypick from master 2003-05-09 16:41:42 UTC Martin Schwidefsky <schwidefsky@de.ibm.com> '	* elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):':
        ChangeLog
        MAINTAINERS
        Makefile.in
        Makefile.tpl
        bfd/ChangeLog
        bfd/Makefile.am
        bfd/Makefile.in
        bfd/acinclude.m4
        bfd/aclocal.m4
        bfd/archures.c
        bfd/bfd-in.h
        bfd/bfd-in2.h
        bfd/coff-h8300.c
        bfd/coffcode.h
        bfd/configure
        bfd/configure.in
        bfd/cpu-arm.c
        bfd/cpu-h8300.c
        bfd/cpu-sh.c
        bfd/elf-bfd.h
        bfd/elf-m10200.c
        bfd/elf-m10300.c
        bfd/elf.c
        bfd/elf32-arm.h
        bfd/elf32-h8300.c
        bfd/elf32-hppa.c
        bfd/elf32-i386.c
        bfd/elf32-ip2k.c
        bfd/elf32-iq2000.c
        bfd/elf32-m32r.c
        bfd/elf32-m68hc11.c
        bfd/elf32-m68hc12.c
        bfd/elf32-m68hc1x.c
        bfd/elf32-m68k.c
        bfd/elf32-mips.c
        bfd/elf32-ppc.c
        bfd/elf32-s390.c
        bfd/elf32-sh.c
        bfd/elf32-sh64-com.c
        bfd/elf32-sh64.c
        bfd/elf32-v850.c
        bfd/elf32-xstormy16.c
        bfd/elf32-xtensa.c
        bfd/elf64-alpha.c
        bfd/elf64-hppa.c
        bfd/elf64-mips.c
        bfd/elf64-mmix.c
        bfd/elf64-ppc.c
        bfd/elf64-s390.c
        bfd/elf64-sh64.c
        bfd/elf64-sparc.c
        bfd/elf64-x86-64.c
        bfd/elfcode.h
        bfd/elflink.c
        bfd/elflink.h
        bfd/elfxx-ia64.c
        bfd/elfxx-mips.c
        bfd/reloc.c
        bfd/section.c
        bfd/version.h
        bfd/xtensa-isa.c
        bfd/xtensa-modules.c
        config-ml.in
        cpu/ChangeLog
        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/alphafbsd-tdep.c
        gdb/alphanbsd-tdep.c
        gdb/arch-utils.c
        gdb/arch-utils.h
        gdb/arm-linux-tdep.c
        gdb/arm-tdep.c
        gdb/avr-tdep.c
        gdb/blockframe.c
        gdb/breakpoint.c
        gdb/breakpoint.h
        gdb/c-lang.c
        gdb/charset.c
        gdb/charset.h
        gdb/cli/cli-cmds.c
        gdb/cli/cli-cmds.h
        gdb/config/djgpp/fnchange.lst
        gdb/config/i386/nto.mt
        gdb/config/i386/tm-nto.h
        gdb/config/ia64/tm-ia64.h
        gdb/config/m68k/tm-vx68.h
        gdb/config/mips/tm-mips.h
        gdb/config/pa/nm-hppah.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/tm-nto.h
        gdb/config/vax/nm-vax.h
        gdb/configure.tgt
        gdb/corefile.c
        gdb/cp-support.c
        gdb/cris-tdep.c
        gdb/d10v-tdep.c
        gdb/defs.h
        gdb/disasm.c
        gdb/disasm.h
        gdb/doc/ChangeLog
        gdb/doc/gdb.texinfo
        gdb/doc/gdbint.texinfo
        gdb/dummy-frame.c
        gdb/dummy-frame.h
        gdb/dve3900-rom.c
        gdb/dwarf2cfi.c
        gdb/dwarf2loc.c
        gdb/dwarf2read.c
        gdb/eval.c
        gdb/findvar.c
        gdb/fork-child.c
        gdb/frame.c
        gdb/frame.h
        gdb/frv-tdep.c
        gdb/gcore.c
        gdb/gdbarch.c
        gdb/gdbarch.h
        gdb/gdbarch.sh
        gdb/gdbcmd.h
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/low-nbsd.c
        gdb/gdbthread.h
        gdb/h8300-tdep.c
        gdb/hppa-tdep.c
        gdb/hppab-nat.c
        gdb/hppah-nat.c
        gdb/hpux-thread.c
        gdb/i386-linux-nat.c
        gdb/i386-nto-tdep.c
        gdb/i386-tdep.c
        gdb/i387-tdep.c
        gdb/ia64-tdep.c
        gdb/infcall.c
        gdb/infcmd.c
        gdb/inferior.h
        gdb/infptrace.c
        gdb/infrun.c
        gdb/irix4-nat.c
        gdb/linespec.c
        gdb/lynx-nat.c
        gdb/m68hc11-tdep.c
        gdb/m68k-tdep.c
        gdb/m68klinux-nat.c
        gdb/maint.c
        gdb/mcore-tdep.c
        gdb/mi/ChangeLog
        gdb/mi/mi-cmds.c
        gdb/mi/mi-cmds.h
        gdb/mi/mi-main.c
        gdb/mips-linux-tdep.c
        gdb/mips-nat.c
        gdb/mips-tdep.c
        gdb/mipsv4-nat.c
        gdb/mn10300-tdep.c
        gdb/monitor.c
        gdb/nlm/i386.c
        gdb/nlm/i386.h
        gdb/ns32k-tdep.c
        gdb/ns32knbsd-nat.c
        gdb/nto-tdep.c
        gdb/nto-tdep.h
        gdb/objc-lang.c
        gdb/objfiles.c
        gdb/ppc-linux-nat.c
        gdb/printcmd.c
        gdb/procfs.c
        gdb/regcache.c
        gdb/regcache.h
        gdb/remote-array.c
        gdb/remote-e7000.c
        gdb/remote-mips.c
        gdb/remote-rdp.c
        gdb/remote-sim.c
        gdb/remote.c
        gdb/rom68k-rom.c
        gdb/rs6000-nat.c
        gdb/rs6000-tdep.c
        gdb/s390-tdep.c
        gdb/scm-lang.c
        gdb/sentinel-frame.c
        gdb/sh-tdep.c
        gdb/sol-thread.c
        gdb/sparc-tdep.c
        gdb/stack.c
        gdb/std-regs.c
        gdb/symmisc.c
        gdb/symtab.c
        gdb/symtab.h
        gdb/target.c
        gdb/target.h
        gdb/testsuite/ChangeLog
        gdb/testsuite/Makefile.in
        gdb/testsuite/configure
        gdb/testsuite/configure.in
        gdb/testsuite/gdb.asm/asm-source.exp
        gdb/testsuite/gdb.asm/s390x.inc
        gdb/testsuite/gdb.base/charset.exp
        gdb/testsuite/gdb.base/maint.exp
        gdb/testsuite/gdb.base/signals.exp
        gdb/testsuite/gdb.base/watchpoint.exp
        gdb/testsuite/gdb.c++/maint.exp
        gdb/testsuite/gdb.mi/ChangeLog
        gdb/testsuite/gdb.objc/Makefile.in
        gdb/testsuite/gdb.objc/basicclass.exp
        gdb/testsuite/gdb.objc/basicclass.m
        gdb/testsuite/gdb.threads/schedlock.exp
        gdb/testsuite/lib/gdb.exp
        gdb/thread-db.c
        gdb/thread.c
        gdb/tracepoint.c
        gdb/tui/ChangeLog
        gdb/tui/tuiDisassem.c
        gdb/tui/tuiRegs.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
        include/gdb/ChangeLog
        include/gdb/sim-d10v.h
        include/hashtab.h
        include/xtensa-isa-internal.h
        libiberty/ChangeLog
        libiberty/aclocal.m4
        libiberty/config.in
        libiberty/configure
        libiberty/configure.in
        libiberty/cp-demangle.c
        libiberty/hashtab.c
        libiberty/splay-tree.c
        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/i386-dis.c
        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
        opcodes/z8k-dis.c
        sim/d10v/ChangeLog
        sim/d10v/interp.c
        sim/igen/ChangeLog
        sim/igen/compare_igen_models
        sim/mips/ChangeLog
        sim/mips/cp1.c
        sim/mips/cp1.h
        sim/mips/mdmx.c
        sim/mips/mdmx.igen
        sim/mips/mips3d.igen
        sim/mips/sb1.igen
        src-release
        
file modified
+19 -0
file modified
+1 -1
file modified
+3 -2
file modified
+3 -2
file modified
+457 -34
file modified
+8 -2
file modified
+8 -2
file modified
+1 -1
file modified
+18 -0
file modified
+7 -5
file modified
+1 -3
file modified
+13 -11
file modified
+3 -2
file modified
+27 -3
file modified
+496 -474
file modified
+3 -3
file modified
+1 -1
file modified
+61 -22
file modified
+1 -1
file modified
+85 -11
file modified
+3 -3
file modified
+5 -5
file modified
+16 -12
file modified
+2 -2
file modified
+44 -15
file modified
+3 -3
file modified
+34 -17
file modified
+6 -6
file modified
+15 -3
file modified
+4 -4
file modified
+115 -437
file modified
+110 -367
file added
+1508
file added
+205
file modified
+1 -1
file modified
+1 -1
file modified
+59 -26
file modified
+69 -25
file modified
+68 -207
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+5 -5
file modified
+1 -1
file modified
+6 -4
file modified
+2 -2
file modified
+1 -1
file modified
+6 -6
file modified
+47 -22
file modified
+70 -26
file modified
+2 -2
file modified
+1 -1
file modified
+64 -22
file modified
+2 -4
file modified
+2113 -114
file modified
+272 -2131
file modified
+57 -17
file modified
+25 -13
file modified
+2 -2
file modified
+5 -3
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+45 -41
file added
+11
file modified
+723 -0
file modified
+37 -24
file modified
+1 -0
file modified
+1 -0
file modified
+1 -1
file modified
+9 -11
file modified
+6 -6
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+8 -5
file modified
+2 -1
file modified
+10 -11
file modified
+27 -27
file modified
+9 -7
file modified
+8 -8
file modified
+336 -234
file modified
+22 -1
file modified
+37 -0
file modified
+182 -182
file modified
+0 -11
file modified
+0 -5
file modified
+0 -4
file modified
+2 -2
file modified
+1 -1
file modified
+2 -2
file modified
+4 -3
file modified
+15 -376
file modified
+335 -17
file modified
+7 -7
file modified
+24 -24
file modified
+13 -12
file added
+61
file modified
+1 -1
file modified
+4 -0
file modified
+0 -22
file modified
+59 -43
file modified
+56 -54
file modified
+118 -153
file modified
+5 -22
file modified
+78 -71
file modified
+6 -0
file modified
+56 -0
file modified
+124 -88
file modified
+67 -30
file modified
+52 -3
file modified
+6 -5
file modified
+1 -1
file modified
+1 -1
file modified
+4 -1
file modified
+5 -5
file modified
+285 -0
file modified
+3 -3
file modified
+25 -5
file modified
+16 -11
file modified
+8 -3
file modified
+5 -6
file modified
+1 -0
file modified
+246 -209
file modified
+173 -131
file modified
+49 -56
file modified
+0 -4
file modified
+5 -0
file modified
+2 -2
file modified
+0 -3
file modified
+5 -5
file modified
+81 -80
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+2 -3
file added
+298
file modified
+10 -10
file modified
+25 -10
file modified
+19 -17
file added
+1072
file added
+43
file modified
+2 -110
file modified
+9 -12
file modified
+2 -2
file modified
+70 -25
file modified
+4 -4
file modified
+128 -0
file modified
+2 -2
file modified
+4 -6
file modified
+18 -18
file modified
+2 -2
file modified
+4 -21
file modified
+26 -24
file modified
+22 -0
file modified
+1 -0
file modified
+1 -0
file modified
+5 -5
file modified
+9 -9
file modified
+8 -8
file modified
+62 -32
file modified
+5 -5
file modified
+16 -15
file modified
+4 -4
file modified
+1 -1
file modified
+1 -1
file modified
+11 -11
file modified
+5 -5
file added
+342
file added
+156
file modified
+16 -0
file modified
+1 -1
file modified
+2 -2
file modified
+2 -24
file modified
+2 -2
file modified
+35 -102
file modified
+0 -10
file modified
+1 -1
file modified
+3 -3
file modified
+7 -7
file modified
+1 -1
file modified
+5 -5
file modified
+7 -4
file modified
+1 -1
file modified
+2 -2
file modified
+7 -8
file modified
+13 -14
file modified
+1 -0
file modified
+1 -1
file modified
+28 -29
file modified
+3 -3
file modified
+65 -60
file modified
+18 -3
file modified
+30 -26
file modified
+4 -4
file modified
+19 -5
file modified
+2 -2
file modified
+2 -2
file modified
+4 -4
file modified
+53 -0
file modified
+1 -1
file modified
+29 -40
file modified
+1 -1
file modified
+40 -0
file modified
+1 -1
file modified
+0 -4
file modified
+1 -1
file modified
+16 -0
file modified
+1 -13
file modified
+3 -3
file modified
+14 -13
file modified
+1 -0
file modified
+5 -833
file modified
+0 -3
file modified
+13 -14
file modified
+1 -1
file modified
+3 -3
file modified
+5 -5
file modified
+18 -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
+6 -0
file modified
+7 -4
file modified
+5 -0
file modified
+26 -0
file modified
+2 -0
file modified
+10 -0
file modified
+230 -526
file modified
+10 -9
file modified
+1 -1
file modified
+138 -0
file modified
+2 -2
file modified
+15 -11
file modified
+23 -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
+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
file modified
+26 -4
file modified
+12 -0
file modified
+24 -18
file modified
+4 -0
file modified
+1 -1
file modified
+9 -0
file modified
+4 -3
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1