848b765 This commit was manufactured by cvs2svn to create branch 'msnyder-

Authored and Committed by nobody 18 years ago
283 files changed. 12586 lines added. 7554 lines removed.
ChangeLog
file modified
+20 -0
Makefile.in
file modified
+0 -5
Makefile.tpl
file modified
+0 -5
bfd/ChangeLog
file modified
+537 -0
bfd/Makefile.am
file modified
+16 -13
bfd/Makefile.in
file modified
+17 -14
bfd/aoutx.h
file modified
+11 -8
bfd/archures.c
file modified
+15 -15
bfd/bfd-in.h
file modified
+5 -2
bfd/bfd-in2.h
file modified
+41 -12
bfd/bfd.c
file modified
+2 -1
bfd/coff-arm.c
file modified
+5 -3
bfd/coff-h8300.c
file modified
+8 -12
bfd/coff-ppc.c
file modified
+11 -15
bfd/cofflink.c
file modified
+6 -4
bfd/config.bfd
file modified
+12 -1
bfd/configure
file modified
+23 -18
bfd/configure.in
file modified
+23 -18
bfd/cpu-arm.c
file modified
+5 -2
bfd/cpu-m68k.c
file modified
+71 -29
bfd/dwarf2.c
file modified
+259 -143
bfd/ecoff.c
file modified
+4 -3
bfd/ecofflink.c
file modified
+5 -4
bfd/elf-bfd.h
file modified
+2 -1
bfd/elf-m10300.c
file modified
+8 -6
bfd/elf-strtab.c
file modified
+3 -2
bfd/elf.c
file modified
+5 -3
bfd/elf32-arm.c
file modified
+526 -169
bfd/elf32-bfin.c
file modified
+3980 -1167
bfd/elf32-cris.c
file modified
+4 -3
bfd/elf32-frv.c
file modified
+4 -3
bfd/elf32-hppa.c
file modified
+4 -2
bfd/elf32-i386.c
file modified
+2 -1
bfd/elf32-m32r.c
file modified
+3 -2
bfd/elf32-m68hc1x.c
file modified
+6 -4
bfd/elf32-m68k.c
file modified
+46 -85
bfd/elf32-mips.c
file modified
+148 -1
bfd/elf32-ppc.c
file modified
+13 -7
bfd/elf32-s390.c
file modified
+2 -1
bfd/elf32-sh.c
file modified
+3 -2
bfd/elf32-vax.c
file modified
+4 -3
bfd/elf32-xtensa.c
file modified
+0 -1
bfd/elf64-alpha.c
file modified
+5 -4
bfd/elf64-hppa.c
file modified
+12 -14
bfd/elf64-ppc.c
file modified
+6 -3
bfd/elf64-s390.c
file modified
+2 -1
bfd/elf64-sh64.c
file modified
+4 -3
bfd/elf64-x86-64.c
file modified
+106 -16
bfd/elflink.c
file modified
+187 -186
bfd/elfxx-ia64.c
file modified
+8 -5
bfd/elfxx-mips.c
file modified
+1280 -288
bfd/elfxx-mips.h
file modified
+7 -0
bfd/elfxx-sparc.c
file modified
+2 -1
bfd/hash.c
file modified
+10 -5
bfd/i386linux.c
file modified
+4 -3
bfd/ieee.c
file modified
+12 -12
bfd/libaout.h
file modified
+3 -2
bfd/libbfd-in.h
file modified
+9 -2
bfd/libbfd.h
file modified
+31 -2
bfd/libcoff-in.h
file modified
+5 -3
bfd/libcoff.h
file modified
+5 -3
bfd/linker.c
file modified
+14 -8
bfd/m68klinux.c
file modified
+4 -3
bfd/merge.c
file modified
+3 -2
bfd/opncls.c
file modified
+2 -2
bfd/pdp11.c
file modified
+11 -7
bfd/reloc.c
file modified
+48 -0
bfd/section.c
file modified
+1 -7
bfd/sparclinux.c
file modified
+4 -3
bfd/stabs.c
file modified
+4 -3
bfd/sunos.c
file modified
+4 -3
bfd/targets.c
file modified
+6 -0
bfd/version.h
file modified
+1 -1
bfd/vms.c
file modified
+4 -3
bfd/xcofflink.c
file modified
+4 -3
configure
file modified
+146 -158
configure.in
file modified
+15 -26
cpu/ChangeLog
file modified
+17 -0
cpu/m32c.cpu
file modified
+32 -5
cpu/m32c.opc
file modified
+18 -0
gdb/ChangeLog
file modified
+296 -1
gdb/MAINTAINERS
file modified
+3 -4
gdb/Makefile.in
file modified
+20 -12
gdb/NEWS
file modified
+2 -0
gdb/alpha-linux-nat.c
file modified
+2 -2
gdb/amd64-linux-nat.c
file modified
+3 -2
gdb/arm-linux-nat.c
file modified
+2 -2
gdb/arm-tdep.c
file modified
+12 -5
gdb/cli/cli-script.c
file modified
+25 -18
gdb/config/frv/frv.mt
file modified
+1 -1
gdb/config/pa/hppa64.mt
file modified
+1 -1
gdb/config/s390/s390.mh
file modified
+1 -1
gdb/configure
file modified
+0 -10
gdb/configure.ac
file modified
+0 -6
gdb/configure.tgt
file modified
+1 -3
gdb/doc/ChangeLog
file modified
+24 -0
gdb/doc/gdb.texinfo
file modified
+81 -86
gdb/doc/gdbint.texinfo
file modified
+169 -0
gdb/frv-linux-tdep.c
file modified
+155 -0
gdb/gdbserver/ChangeLog
file modified
+20 -0
gdb/gdbserver/Makefile.in
file modified
+7 -4
gdb/gdbserver/config.in
file modified
+0 -6
gdb/gdbserver/configure
file modified
+0 -125
gdb/gdbserver/configure.ac
file modified
+2 -30
gdb/gdbserver/gdb_proc_service.h
file added
+75
gdb/gdbserver/linux-i386-low.c
file modified
+2 -14
gdb/gdbserver/linux-mips-low.c
file modified
+26 -1
gdb/gdbserver/linux-x86-64-low.c
file modified
+2 -14
gdb/gdbserver/proc-service.c
file modified
+10 -24
gdb/gdbserver/thread-db.c
file modified
+2 -14
gdb/hppa-linux-nat.c
file modified
+2 -2
gdb/i386-linux-nat.c
file modified
+2 -2
gdb/i386-tdep.c
file modified
+1 -1
gdb/ia64-linux-nat.c
file modified
+2 -2
gdb/ia64-tdep.c
file modified
+5 -2
gdb/libunwind-frame.c
file modified
+2 -2
gdb/libunwind-frame.h
file modified
+2 -2
gdb/linux-fork.c
file modified
+43 -25
gdb/linux-nat.c
file modified
+122 -297
gdb/linux-nat.h
file modified
+9 -1
gdb/m32r-linux-nat.c
file modified
+2 -2
gdb/m68klinux-nat.c
file modified
+2 -2
gdb/mi/gdb-mi.el
file modified
+37 -23
gdb/mips-linux-nat.c
file modified
+191 -2
gdb/mips-linux-tdep.c
file modified
+196 -143
gdb/mips-linux-tdep.h
file added
+94
gdb/mips-mdebug-tdep.c
file modified
+8 -8
gdb/mips-tdep.c
file modified
+36 -6
gdb/nlm/Makefile.in
file removed
-176
gdb/nlm/configure
file removed
-1089
gdb/nlm/configure.in
file removed
-55
gdb/nlm/gdbserve.c
file removed
-1033
gdb/nlm/gdbserve.def
file removed
-42
gdb/nlm/i386.c
file removed
-100
gdb/nlm/i386.h
file removed
-13
gdb/nlm/ppc.c
file removed
-244
gdb/nlm/ppc.h
file removed
-165
gdb/nlm/prelude.c
file removed
-67
gdb/ppc-linux-nat.c
file modified
+1 -1
gdb/prologue-value.c
file added
+591
gdb/prologue-value.h
file added
+302
gdb/remote-rdp.c
file modified
+2 -2
gdb/remote.c
file modified
+1 -2
gdb/s390-nat.c
file modified
+3 -3
gdb/sh-tdep.c
file modified
+6 -0
gdb/solib-frv.c
file modified
+24 -0
gdb/solib-som.c
file modified
+1 -1
gdb/solib-svr4.c
file modified
+1 -2
gdb/sparc-linux-nat.c
file modified
+2 -2
gdb/sparc64-linux-nat.c
file modified
+2 -2
gdb/symtab.h
file modified
+1 -1
gdb/target.c
file modified
+1 -1
gdb/testsuite/ChangeLog
file modified
+88 -0
gdb/testsuite/gdb.arch/altivec-abi.exp
file modified
+1 -1
gdb/testsuite/gdb.arch/altivec-regs.exp
file modified
+1 -1
gdb/testsuite/gdb.arch/e500-abi.exp
file modified
+1 -1
gdb/testsuite/gdb.arch/e500-regs.exp
file modified
+1 -1
gdb/testsuite/gdb.base/all-bin.exp
file modified
+1 -1
gdb/testsuite/gdb.base/annota1.exp
file modified
+1 -1
gdb/testsuite/gdb.base/annota3.exp
file modified
+1 -1
gdb/testsuite/gdb.base/args.exp
file modified
+1 -1
gdb/testsuite/gdb.base/arithmet.exp
file modified
+1 -1
gdb/testsuite/gdb.base/assign.exp
file modified
+2 -2
gdb/testsuite/gdb.base/async.exp
file modified
+1 -1
gdb/testsuite/gdb.base/bang.exp
file modified
+1 -1
gdb/testsuite/gdb.base/break.exp
file modified
+6 -6
gdb/testsuite/gdb.base/call-rt-st.exp
file modified
+1 -1
gdb/testsuite/gdb.base/completion.exp
file modified
+3 -3
gdb/testsuite/gdb.base/cond-expr.exp
file modified
+1 -1
gdb/testsuite/gdb.base/condbreak.exp
file modified
+3 -3
gdb/testsuite/gdb.base/consecutive.exp
file modified
+1 -1
gdb/testsuite/gdb.base/define.exp
file modified
+3 -3
gdb/testsuite/gdb.base/display.exp
file modified
+1 -1
gdb/testsuite/gdb.base/ena-dis-br.exp
file modified
+3 -3
gdb/testsuite/gdb.base/environ.exp
file modified
+3 -3
gdb/testsuite/gdb.base/eval-skip.exp
file modified
+1 -1
gdb/testsuite/gdb.base/info-proc.exp
file modified
+3 -3
gdb/testsuite/gdb.base/jump.exp
file modified
+1 -1
gdb/testsuite/gdb.base/logical.exp
file modified
+1 -1
gdb/testsuite/gdb.base/long_long.exp
file modified
+1 -1
gdb/testsuite/gdb.base/maint.exp
file modified
+3 -3
gdb/testsuite/gdb.base/miscexprs.exp
file modified
+2 -2
gdb/testsuite/gdb.base/pc-fp.exp
file modified
+1 -1
gdb/testsuite/gdb.base/pointers.exp
file modified
+1 -1
gdb/testsuite/gdb.base/prelink-lib.c
file modified
+1 -1
gdb/testsuite/gdb.base/prelink.c
file modified
+1 -1
gdb/testsuite/gdb.base/prelink.exp
file modified
+15 -27
gdb/testsuite/gdb.base/relational.exp
file modified
+1 -1
gdb/testsuite/gdb.base/reread.exp
file modified
+2 -2
gdb/testsuite/gdb.base/sect-cmd.exp
file modified
+3 -3
gdb/testsuite/gdb.base/sep.exp
file modified
+1 -1
gdb/testsuite/gdb.base/sepdebug.exp
file modified
+1 -1
gdb/testsuite/gdb.base/until.exp
file modified
+3 -3
gdb/testsuite/gdb.base/whatis-exp.exp
file modified
+1 -1
gdb/testsuite/gdb.cp/annota2.exp
file modified
+1 -1
gdb/testsuite/gdb.cp/annota3.exp
file modified
+1 -1
gdb/testsuite/gdb.mi/array.f
file added
+22
gdb/testsuite/gdb.mi/mi-var-child-f.exp
file added
+51
gdb/testsuite/gdb.trace/actions.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/backtrace.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/circ.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/collection.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/deltrace.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/infotrace.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/limits.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/packetlen.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/passc-dyn.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/passcount.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/report.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/save-trace.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/tfind.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/tracecmd.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/while-dyn.exp
file modified
+1 -1
gdb/testsuite/gdb.trace/while-stepping.exp
file modified
+1 -1
gdb/testsuite/lib/compiler.c
file modified
+4 -0
gdb/testsuite/lib/compiler.cc
file modified
+4 -0
gdb/testsuite/lib/gdb.exp
file modified
+13 -1
gdb/top.c
file modified
+18 -5
gdb/top.h
file modified
+3 -1
gdb/tracepoint.c
file modified
+1 -1
gdb/tui/tui-hooks.c
file modified
+2 -5
gdb/utils.c
file modified
+11 -8
gdb/varobj.c
file modified
+7 -6
gdb/version.in
file modified
+1 -1
gdb/xstormy16-tdep.c
file modified
+9 -6
include/ChangeLog
file modified
+10 -0
include/elf/ChangeLog
file modified
+30 -0
include/elf/arm.h
file modified
+1 -0
include/elf/bfin.h
file modified
+20 -0
include/elf/hppa.h
file modified
+27 -0
include/elf/m68k.h
file modified
+11 -9
include/elf/mips.h
file modified
+3 -0
include/elf/x86-64.h
file modified
+10 -1
include/opcode/ChangeLog
file modified
+25 -0
include/opcode/arm.h
file modified
+1 -1
include/opcode/hppa.h
file modified
+2 -2
include/opcode/m68k.h
file modified
+0 -38
libiberty/ChangeLog
file modified
+12 -0
libiberty/functions.texi
file modified
+21 -1
libiberty/pex-common.c
file modified
+4 -11
libiberty/pex-common.h
file modified
+15 -12
opcodes/ChangeLog
file modified
+61 -1
opcodes/arm-dis.c
file modified
+2 -2
opcodes/bfin-dis.c
file modified
+27 -109
opcodes/cgen-ibld.in
file modified
+12 -4
opcodes/fr30-ibld.c
file modified
+15 -8
opcodes/frv-ibld.c
file modified
+15 -8
opcodes/i386-dis.c
file modified
+93 -11
opcodes/ip2k-ibld.c
file modified
+15 -8
opcodes/iq2000-asm.c
file modified
+1 -1
opcodes/iq2000-ibld.c
file modified
+15 -8
opcodes/m32c-asm.c
file modified
+21 -0
opcodes/m32c-desc.c
file modified
+200 -51
opcodes/m32c-desc.h
file modified
+185 -185
opcodes/m32c-dis.c
file modified
+3 -0
opcodes/m32c-ibld.c
file modified
+49 -4
opcodes/m32c-opc.c
file modified
+379 -201
opcodes/m32c-opc.h
file modified
+48 -40
opcodes/m32r-ibld.c
file modified
+15 -8
opcodes/openrisc-ibld.c
file modified
+15 -8
opcodes/po/sv.po
file modified
+174 -152
opcodes/xc16x-ibld.c
file modified
+12 -4
opcodes/xstormy16-ibld.c
file modified
+15 -8
readline/ChangeLog.gdb
file modified
+5 -0
readline/histfile.c
file modified
+4 -1
sim/ChangeLog
file modified
+4 -0
sim/MAINTAINERS
file modified
+1 -0
sim/arm/ChangeLog
file modified
+4 -0
sim/arm/armos.c
file modified
+2 -2
sim/common/ChangeLog
file modified
+5 -0
sim/common/aclocal.m4
file modified
+2 -3
sim/m32c/ChangeLog
file modified
+12 -0
sim/m32c/mem.c
file modified
+30 -8
sim/m32c/r8c.opc
file modified
+16 -1
sim/m32c/reg.c
file modified
+2 -2
sim/m32c/syscall.h
file added
+50
sim/m32c/syscalls.c
file modified
+1 -1
sim/m68hc11/ChangeLog
file modified
+4 -0
sim/m68hc11/configure
file modified
+2 -3
sim/mips/ChangeLog
file modified
+4 -0
sim/mips/configure
file modified
+2 -3
sim/mn10300/ChangeLog
file modified
+4 -0
sim/mn10300/configure
file modified
+2 -3
    This commit was manufactured by cvs2svn to create branch 'msnyder-
    reverse-20060331-branch'.
    
    Sprout from gdb-csl-available-20060303-branch 2006-03-03 15:57:44 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'gdb-csl-'
    Cherrypick from master 2006-03-30 00:22:20 UTC Ben Elliston <bje@au.ibm.com> '	PR ld/2267':
        ChangeLog
        Makefile.in
        Makefile.tpl
        bfd/ChangeLog
        bfd/Makefile.am
        bfd/Makefile.in
        bfd/aoutx.h
        bfd/archures.c
        bfd/bfd-in.h
        bfd/bfd-in2.h
        bfd/bfd.c
        bfd/coff-arm.c
        bfd/coff-h8300.c
        bfd/coff-ppc.c
        bfd/cofflink.c
        bfd/config.bfd
        bfd/configure
        bfd/configure.in
        bfd/cpu-arm.c
        bfd/cpu-m68k.c
        bfd/dwarf2.c
        bfd/ecoff.c
        bfd/ecofflink.c
        bfd/elf-bfd.h
        bfd/elf-m10300.c
        bfd/elf-strtab.c
        bfd/elf.c
        bfd/elf32-arm.c
        bfd/elf32-bfin.c
        bfd/elf32-cris.c
        bfd/elf32-frv.c
        bfd/elf32-hppa.c
        bfd/elf32-i386.c
        bfd/elf32-m32r.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-vax.c
        bfd/elf32-xtensa.c
        bfd/elf64-alpha.c
        bfd/elf64-hppa.c
        bfd/elf64-ppc.c
        bfd/elf64-s390.c
        bfd/elf64-sh64.c
        bfd/elf64-x86-64.c
        bfd/elflink.c
        bfd/elfxx-ia64.c
        bfd/elfxx-mips.c
        bfd/elfxx-mips.h
        bfd/elfxx-sparc.c
        bfd/hash.c
        bfd/i386linux.c
        bfd/ieee.c
        bfd/libaout.h
        bfd/libbfd-in.h
        bfd/libbfd.h
        bfd/libcoff-in.h
        bfd/libcoff.h
        bfd/linker.c
        bfd/m68klinux.c
        bfd/merge.c
        bfd/opncls.c
        bfd/pdp11.c
        bfd/reloc.c
        bfd/section.c
        bfd/sparclinux.c
        bfd/stabs.c
        bfd/sunos.c
        bfd/targets.c
        bfd/version.h
        bfd/vms.c
        bfd/xcofflink.c
        configure
        configure.in
        cpu/ChangeLog
        cpu/m32c.cpu
        cpu/m32c.opc
        gdb/ChangeLog
        gdb/MAINTAINERS
        gdb/Makefile.in
        gdb/NEWS
        gdb/alpha-linux-nat.c
        gdb/amd64-linux-nat.c
        gdb/arm-linux-nat.c
        gdb/arm-tdep.c
        gdb/cli/cli-script.c
        gdb/config/frv/frv.mt
        gdb/config/pa/hppa64.mt
        gdb/config/s390/s390.mh
        gdb/configure
        gdb/configure.ac
        gdb/configure.tgt
        gdb/doc/gdbint.texinfo
        gdb/frv-linux-tdep.c
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/Makefile.in
        gdb/gdbserver/config.in
        gdb/gdbserver/configure
        gdb/gdbserver/configure.ac
        gdb/gdbserver/gdb_proc_service.h
        gdb/gdbserver/linux-i386-low.c
        gdb/gdbserver/linux-mips-low.c
        gdb/gdbserver/linux-x86-64-low.c
        gdb/gdbserver/proc-service.c
        gdb/gdbserver/thread-db.c
        gdb/hppa-linux-nat.c
        gdb/i386-linux-nat.c
        gdb/i386-tdep.c
        gdb/ia64-linux-nat.c
        gdb/ia64-tdep.c
        gdb/libunwind-frame.c
        gdb/libunwind-frame.h
        gdb/linux-fork.c
        gdb/linux-nat.c
        gdb/linux-nat.h
        gdb/m32r-linux-nat.c
        gdb/m68klinux-nat.c
        gdb/mi/gdb-mi.el
        gdb/mips-linux-nat.c
        gdb/mips-linux-tdep.c
        gdb/mips-linux-tdep.h
        gdb/mips-mdebug-tdep.c
        gdb/mips-tdep.c
        gdb/ppc-linux-nat.c
        gdb/prologue-value.c
        gdb/prologue-value.h
        gdb/remote-rdp.c
        gdb/remote.c
        gdb/s390-nat.c
        gdb/sh-tdep.c
        gdb/solib-frv.c
        gdb/solib-som.c
        gdb/solib-svr4.c
        gdb/sparc-linux-nat.c
        gdb/sparc64-linux-nat.c
        gdb/symtab.h
        gdb/target.c
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.arch/altivec-abi.exp
        gdb/testsuite/gdb.arch/altivec-regs.exp
        gdb/testsuite/gdb.arch/e500-abi.exp
        gdb/testsuite/gdb.arch/e500-regs.exp
        gdb/testsuite/gdb.base/all-bin.exp
        gdb/testsuite/gdb.base/annota1.exp
        gdb/testsuite/gdb.base/annota3.exp
        gdb/testsuite/gdb.base/args.exp
        gdb/testsuite/gdb.base/arithmet.exp
        gdb/testsuite/gdb.base/assign.exp
        gdb/testsuite/gdb.base/async.exp
        gdb/testsuite/gdb.base/bang.exp
        gdb/testsuite/gdb.base/break.exp
        gdb/testsuite/gdb.base/call-rt-st.exp
        gdb/testsuite/gdb.base/completion.exp
        gdb/testsuite/gdb.base/cond-expr.exp
        gdb/testsuite/gdb.base/condbreak.exp
        gdb/testsuite/gdb.base/consecutive.exp
        gdb/testsuite/gdb.base/define.exp
        gdb/testsuite/gdb.base/display.exp
        gdb/testsuite/gdb.base/ena-dis-br.exp
        gdb/testsuite/gdb.base/environ.exp
        gdb/testsuite/gdb.base/eval-skip.exp
        gdb/testsuite/gdb.base/info-proc.exp
        gdb/testsuite/gdb.base/jump.exp
        gdb/testsuite/gdb.base/logical.exp
        gdb/testsuite/gdb.base/long_long.exp
        gdb/testsuite/gdb.base/maint.exp
        gdb/testsuite/gdb.base/miscexprs.exp
        gdb/testsuite/gdb.base/pc-fp.exp
        gdb/testsuite/gdb.base/pointers.exp
        gdb/testsuite/gdb.base/prelink-lib.c
        gdb/testsuite/gdb.base/prelink.c
        gdb/testsuite/gdb.base/prelink.exp
        gdb/testsuite/gdb.base/relational.exp
        gdb/testsuite/gdb.base/reread.exp
        gdb/testsuite/gdb.base/sect-cmd.exp
        gdb/testsuite/gdb.base/sep.exp
        gdb/testsuite/gdb.base/sepdebug.exp
        gdb/testsuite/gdb.base/until.exp
        gdb/testsuite/gdb.base/whatis-exp.exp
        gdb/testsuite/gdb.cp/annota2.exp
        gdb/testsuite/gdb.cp/annota3.exp
        gdb/testsuite/gdb.mi/array.f
        gdb/testsuite/gdb.mi/mi-var-child-f.exp
        gdb/testsuite/gdb.trace/actions.exp
        gdb/testsuite/gdb.trace/backtrace.exp
        gdb/testsuite/gdb.trace/circ.exp
        gdb/testsuite/gdb.trace/collection.exp
        gdb/testsuite/gdb.trace/deltrace.exp
        gdb/testsuite/gdb.trace/infotrace.exp
        gdb/testsuite/gdb.trace/limits.exp
        gdb/testsuite/gdb.trace/packetlen.exp
        gdb/testsuite/gdb.trace/passc-dyn.exp
        gdb/testsuite/gdb.trace/passcount.exp
        gdb/testsuite/gdb.trace/report.exp
        gdb/testsuite/gdb.trace/save-trace.exp
        gdb/testsuite/gdb.trace/tfind.exp
        gdb/testsuite/gdb.trace/tracecmd.exp
        gdb/testsuite/gdb.trace/while-dyn.exp
        gdb/testsuite/gdb.trace/while-stepping.exp
        gdb/testsuite/lib/compiler.c
        gdb/testsuite/lib/compiler.cc
        gdb/testsuite/lib/gdb.exp
        gdb/top.c
        gdb/top.h
        gdb/tracepoint.c
        gdb/tui/tui-hooks.c
        gdb/utils.c
        gdb/varobj.c
        gdb/version.in
        gdb/xstormy16-tdep.c
        include/ChangeLog
        include/elf/ChangeLog
        include/elf/arm.h
        include/elf/bfin.h
        include/elf/hppa.h
        include/elf/m68k.h
        include/elf/mips.h
        include/elf/x86-64.h
        include/opcode/ChangeLog
        include/opcode/arm.h
        include/opcode/hppa.h
        include/opcode/m68k.h
        libiberty/ChangeLog
        libiberty/functions.texi
        libiberty/pex-common.c
        libiberty/pex-common.h
        opcodes/ChangeLog
        opcodes/arm-dis.c
        opcodes/bfin-dis.c
        opcodes/cgen-ibld.in
        opcodes/fr30-ibld.c
        opcodes/frv-ibld.c
        opcodes/i386-dis.c
        opcodes/ip2k-ibld.c
        opcodes/iq2000-asm.c
        opcodes/iq2000-ibld.c
        opcodes/m32c-asm.c
        opcodes/m32c-desc.c
        opcodes/m32c-desc.h
        opcodes/m32c-dis.c
        opcodes/m32c-ibld.c
        opcodes/m32c-opc.c
        opcodes/m32c-opc.h
        opcodes/m32r-ibld.c
        opcodes/openrisc-ibld.c
        opcodes/po/sv.po
        opcodes/xc16x-ibld.c
        opcodes/xstormy16-ibld.c
        readline/ChangeLog.gdb
        readline/histfile.c
        sim/ChangeLog
        sim/MAINTAINERS
        sim/arm/ChangeLog
        sim/arm/armos.c
        sim/common/ChangeLog
        sim/common/aclocal.m4
        sim/m32c/ChangeLog
        sim/m32c/mem.c
        sim/m32c/r8c.opc
        sim/m32c/reg.c
        sim/m32c/syscall.h
        sim/m32c/syscalls.c
        sim/m68hc11/ChangeLog
        sim/m68hc11/configure
        sim/mips/ChangeLog
        sim/mips/configure
        sim/mn10300/ChangeLog
        sim/mn10300/configure
    Cherrypick from master 2006-03-31 19:47:11 UTC Michael Snyder <msnyder@vmware.com> '2006-03-31  Michael Snyder  <msnyder@redhat.com>':
        gdb/doc/ChangeLog
        gdb/doc/gdb.texinfo
    Delete:
        gdb/nlm/Makefile.in
        gdb/nlm/configure
        gdb/nlm/configure.in
        gdb/nlm/gdbserve.c
        gdb/nlm/gdbserve.def
        gdb/nlm/i386.c
        gdb/nlm/i386.h
        gdb/nlm/ppc.c
        gdb/nlm/ppc.h
        gdb/nlm/prelude.c
        
file modified
+20 -0
file modified
+0 -5
file modified
+0 -5
file modified
+537 -0
file modified
+16 -13
file modified
+17 -14
file modified
+11 -8
file modified
+15 -15
file modified
+5 -2
file modified
+41 -12
file modified
+2 -1
file modified
+5 -3
file modified
+8 -12
file modified
+11 -15
file modified
+6 -4
file modified
+12 -1
file modified
+23 -18
file modified
+23 -18
file modified
+5 -2
file modified
+71 -29
file modified
+259 -143
file modified
+4 -3
file modified
+5 -4
file modified
+2 -1
file modified
+8 -6
file modified
+3 -2
file modified
+5 -3
file modified
+526 -169
file modified
+3980 -1167
file modified
+4 -3
file modified
+4 -3
file modified
+4 -2
file modified
+2 -1
file modified
+3 -2
file modified
+6 -4
file modified
+46 -85
file modified
+148 -1
file modified
+13 -7
file modified
+2 -1
file modified
+3 -2
file modified
+4 -3
file modified
+0 -1
file modified
+5 -4
file modified
+12 -14
file modified
+6 -3
file modified
+2 -1
file modified
+4 -3
file modified
+106 -16
file modified
+187 -186
file modified
+8 -5
file modified
+1280 -288
file modified
+7 -0
file modified
+2 -1
file modified
+10 -5
file modified
+4 -3
file modified
+12 -12
file modified
+3 -2
file modified
+9 -2
file modified
+31 -2
file modified
+5 -3
file modified
+5 -3
file modified
+14 -8
file modified
+4 -3
file modified
+3 -2
file modified
+2 -2
file modified
+11 -7
file modified
+48 -0
file modified
+1 -7
file modified
+4 -3
file modified
+4 -3
file modified
+4 -3
file modified
+6 -0
file modified
+1 -1
file modified
+4 -3
file modified
+4 -3
file modified
+146 -158
file modified
+15 -26
file modified
+17 -0
file modified
+32 -5
file modified
+18 -0
file modified
+296 -1
file modified
+3 -4
file modified
+20 -12
file modified
+2 -0
file modified
+2 -2
file modified
+3 -2
file modified
+2 -2
file modified
+12 -5
file modified
+25 -18
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+0 -10
file modified
+0 -6
file modified
+1 -3
file modified
+24 -0
file modified
+81 -86
file modified
+169 -0
file modified
+155 -0
file modified
+20 -0
file modified
+7 -4
file modified
+0 -6
file modified
+0 -125
file modified
+2 -30
file modified
+10 -24
file modified
+2 -14
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1
file modified
+2 -2
file modified
+5 -2
file modified
+2 -2
file modified
+2 -2
file modified
+43 -25
file modified
+122 -297
file modified
+9 -1
file modified
+2 -2
file modified
+2 -2
file modified
+37 -23
file modified
+191 -2
file modified
+196 -143
file modified
+8 -8
file modified
+36 -6
file removed
-176
file removed
-1089
file removed
-55
file removed
-1033
file removed
-42
file removed
-100
file removed
-13
file removed
-244
file removed
-165
file removed
-67
file modified
+1 -1
file added
+591
file added
+302
file modified
+2 -2
file modified
+1 -2
file modified
+3 -3
file modified
+6 -0
file modified
+24 -0
file modified
+1 -1
file modified
+1 -2
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+88 -0
file modified
+4 -0
file modified
+13 -1
file modified
+18 -5
file modified
+3 -1
file modified
+1 -1
file modified
+2 -5
file modified
+11 -8
file modified
+7 -6
file modified
+1 -1
file modified
+9 -6
file modified
+10 -0
file modified
+30 -0
file modified
+1 -0
file modified
+20 -0
file modified
+27 -0
file modified
+11 -9
file modified
+3 -0
file modified
+10 -1
file modified
+25 -0
file modified
+1 -1
file modified
+2 -2
file modified
+0 -38
file modified
+12 -0
file modified
+21 -1
file modified
+4 -11
file modified
+15 -12
file modified
+61 -1
file modified
+2 -2
file modified
+27 -109
file modified
+12 -4
file modified
+15 -8
file modified
+15 -8
file modified
+93 -11
file modified
+15 -8
file modified
+1 -1
file modified
+15 -8
file modified
+21 -0
file modified
+200 -51
file modified
+185 -185
file modified
+3 -0
file modified
+49 -4
file modified
+379 -201
file modified
+48 -40
file modified
+15 -8
file modified
+15 -8
file modified
+174 -152
file modified
+12 -4
file modified
+15 -8
file modified
+5 -0
file modified
+4 -1
file modified
+4 -0
file modified
+1 -0
file modified
+4 -0
file modified
+2 -2
file modified
+5 -0
file modified
+2 -3
file modified
+12 -0
file modified
+30 -8
file modified
+16 -1
file modified
+2 -2
file added
+50
file modified
+1 -1
file modified
+4 -0
file modified
+2 -3
file modified
+4 -0
file modified
+2 -3
file modified
+4 -0
file modified
+2 -3