e8bd851 This commit was manufactured by cvs2svn to create branch 'gdb-csl-

Authored and Committed by nobody 18 years ago
82 files changed. 3048 lines added. 3700 lines removed.
ChangeLog
file modified
+5 -0
MAINTAINERS
file modified
+16 -4
bfd/ChangeLog
file modified
+126 -0
bfd/bfd-in2.h
file modified
+10 -1
bfd/cpu-avr.c
file modified
+52 -56
bfd/doc/ChangeLog
file modified
+5 -0
bfd/doc/Makefile.am
file modified
+1 -1
bfd/doc/Makefile.in
file modified
+1 -1
bfd/elf-eh-frame.c
file modified
+5 -1
bfd/elf-m10300.c
file modified
+1 -1
bfd/elf-vxworks.c
file modified
+62 -2
bfd/elf-vxworks.h
file modified
+4 -1
bfd/elf32-arm.c
file modified
+1 -1
bfd/elf32-avr.c
file modified
+1053 -81
bfd/elf32-bfin.c
file modified
+1 -1
bfd/elf32-cris.c
file modified
+1 -1
bfd/elf32-hppa.c
file modified
+1 -1
bfd/elf32-i386.c
file modified
+15 -56
bfd/elf32-m32c.c
file modified
+15 -10
bfd/elf32-m32r.c
file modified
+1 -1
bfd/elf32-m68k.c
file modified
+1 -1
bfd/elf32-ppc.c
file modified
+72 -103
bfd/elf32-s390.c
file modified
+2 -2
bfd/elf32-sh.c
file modified
+1 -1
bfd/elf32-vax.c
file modified
+1 -1
bfd/elf32-xtensa.c
file modified
+1 -1
bfd/elf64-alpha.c
file modified
+2 -2
bfd/elf64-s390.c
file modified
+2 -2
bfd/elf64-sh64.c
file modified
+1 -1
bfd/elf64-x86-64.c
file modified
+1 -1
bfd/elfxx-ia64.c
file modified
+2 -2
bfd/elfxx-mips.c
file modified
+1 -1
bfd/elfxx-sparc.c
file modified
+2 -2
bfd/libbfd.h
file modified
+2 -0
bfd/po/Make-in
file modified
+1 -1
bfd/reloc.c
file modified
+10 -0
bfd/version.h
file modified
+1 -1
cpu/ChangeLog
file modified
+7 -0
cpu/xc16x.cpu
file modified
+245 -3129
cpu/xc16x.opc
file modified
+44 -24
etc/ChangeLog
file modified
+8 -0
etc/Makefile.in
file modified
+26 -3
etc/configure.texi
file modified
+6 -6
etc/standards.texi
file modified
+8 -8
gdb/ChangeLog
file modified
+93 -0
gdb/Makefile.in
file modified
+4 -2
gdb/config/pa/hppa64.mt
file modified
+1 -1
gdb/config/pa/tm-hppa64.h
file removed
-58
gdb/config/sparc/linux.mt
file modified
+1 -1
gdb/config/sparc/linux64.mt
file modified
+1 -1
gdb/f-typeprint.c
file modified
+1 -1
gdb/gdbserver/ChangeLog
file modified
+5 -0
gdb/gdbserver/remote-utils.c
file modified
+3 -1
gdb/gdbtypes.c
file modified
+1 -1
gdb/hppa-hpux-tdep.c
file modified
+44 -45
gdb/hppa-tdep.c
file modified
+30 -13
gdb/hppa-tdep.h
file modified
+6 -6
gdb/mipsnbsd-tdep.c
file modified
+4 -0
gdb/mn10300-linux-tdep.c
file modified
+239 -0
gdb/mn10300-tdep.c
file modified
+40 -7
gdb/ppc-linux-nat.c
file modified
+3 -3
gdb/solib-legacy.c
file modified
+11 -0
gdb/solib-svr4.c
file modified
+108 -5
gdb/solib-svr4.h
file modified
+6 -0
gdb/somread.c
file modified
+1 -6
gdb/testsuite/ChangeLog
file modified
+10 -0
gdb/testsuite/gdb.base/prelink-lib.c
file added
+34
gdb/testsuite/gdb.base/prelink.c
file added
+30
gdb/testsuite/gdb.base/prelink.exp
file added
+128
gdb/testsuite/gdb.cp/inherit.exp
file modified
+123 -1
gdb/version.in
file modified
+1 -1
include/elf/ChangeLog
file modified
+29 -0
include/elf/avr.h
file modified
+6 -0
include/elf/dwarf2.h
file modified
+63 -4
include/opcode/ChangeLog
file modified
+4 -0
include/opcode/i386.h
file modified
+35 -0
ltmain.sh
file modified
+1 -1
opcodes/ChangeLog
file modified
+24 -0
opcodes/i386-dis.c
file modified
+90 -5
opcodes/po/Make-in
file modified
+1 -1
opcodes/xc16x-asm.c
file modified
+38 -18
opcodes/xc16x-dis.c
file modified
+6 -6
    This commit was manufactured by cvs2svn to create branch 'gdb-csl-
    available-20060303-branch'.
    
    Sprout from gdb-csl-20060226-branch 2006-02-26 13:03:34 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'gdb-'
    Cherrypick from master 2006-03-03 15:57:43 UTC Nick Clifton <nickc@redhat.com> 'Fix parseing functions to return an error message if the parse failed':
        ChangeLog
        MAINTAINERS
        bfd/ChangeLog
        bfd/bfd-in2.h
        bfd/cpu-avr.c
        bfd/doc/ChangeLog
        bfd/doc/Makefile.am
        bfd/doc/Makefile.in
        bfd/elf-eh-frame.c
        bfd/elf-m10300.c
        bfd/elf-vxworks.c
        bfd/elf-vxworks.h
        bfd/elf32-arm.c
        bfd/elf32-avr.c
        bfd/elf32-bfin.c
        bfd/elf32-cris.c
        bfd/elf32-hppa.c
        bfd/elf32-i386.c
        bfd/elf32-m32c.c
        bfd/elf32-m32r.c
        bfd/elf32-m68k.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-s390.c
        bfd/elf64-sh64.c
        bfd/elf64-x86-64.c
        bfd/elfxx-ia64.c
        bfd/elfxx-mips.c
        bfd/elfxx-sparc.c
        bfd/libbfd.h
        bfd/po/Make-in
        bfd/reloc.c
        bfd/version.h
        cpu/ChangeLog
        cpu/xc16x.cpu
        cpu/xc16x.opc
        etc/ChangeLog
        etc/Makefile.in
        etc/configure.texi
        etc/standards.texi
        gdb/ChangeLog
        gdb/Makefile.in
        gdb/config/pa/hppa64.mt
        gdb/config/sparc/linux.mt
        gdb/config/sparc/linux64.mt
        gdb/f-typeprint.c
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/remote-utils.c
        gdb/gdbtypes.c
        gdb/hppa-hpux-tdep.c
        gdb/hppa-tdep.c
        gdb/hppa-tdep.h
        gdb/mipsnbsd-tdep.c
        gdb/mn10300-linux-tdep.c
        gdb/mn10300-tdep.c
        gdb/ppc-linux-nat.c
        gdb/solib-legacy.c
        gdb/solib-svr4.c
        gdb/solib-svr4.h
        gdb/somread.c
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.base/prelink-lib.c
        gdb/testsuite/gdb.base/prelink.c
        gdb/testsuite/gdb.base/prelink.exp
        gdb/testsuite/gdb.cp/inherit.exp
        gdb/version.in
        include/elf/ChangeLog
        include/elf/avr.h
        include/elf/dwarf2.h
        include/opcode/ChangeLog
        include/opcode/i386.h
        ltmain.sh
        opcodes/ChangeLog
        opcodes/i386-dis.c
        opcodes/po/Make-in
        opcodes/xc16x-asm.c
        opcodes/xc16x-dis.c
    Delete:
        gdb/config/pa/tm-hppa64.h
        
file modified
+5 -0
file modified
+16 -4
file modified
+126 -0
file modified
+10 -1
file modified
+52 -56
file modified
+5 -0
file modified
+1 -1
file modified
+1 -1
file modified
+5 -1
file modified
+1 -1
file modified
+62 -2
file modified
+4 -1
file modified
+1 -1
file modified
+1053 -81
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+15 -56
file modified
+15 -10
file modified
+1 -1
file modified
+1 -1
file modified
+72 -103
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+2 -2
file modified
+2 -0
file modified
+1 -1
file modified
+10 -0
file modified
+1 -1
file modified
+7 -0
file modified
+245 -3129
file modified
+44 -24
file modified
+8 -0
file modified
+26 -3
file modified
+6 -6
file modified
+8 -8
file modified
+93 -0
file modified
+4 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+5 -0
file modified
+3 -1
file modified
+1 -1
file modified
+44 -45
file modified
+30 -13
file modified
+6 -6
file modified
+4 -0
file modified
+239 -0
file modified
+40 -7
file modified
+3 -3
file modified
+11 -0
file modified
+108 -5
file modified
+6 -0
file modified
+1 -6
file modified
+10 -0
file modified
+1 -1
file modified
+29 -0
file modified
+6 -0
file modified
+63 -4
file modified
+4 -0
file modified
+35 -0
file modified
+1 -1
file modified
+24 -0
file modified
+90 -5
file modified
+1 -1
file modified
+38 -18
file modified
+6 -6