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

Authored and Committed by nobody 18 years ago
112 files changed. 3676 lines added. 2106 lines removed.
ChangeLog
file modified
+8 -0
Makefile.def
file modified
+0 -7
Makefile.in
file modified
+4 -7
Makefile.tpl
file modified
+4 -0
bfd/ChangeLog
file modified
+52 -0
bfd/archures.c
file modified
+1 -0
bfd/bfd-in2.h
file modified
+4 -0
bfd/configure
file modified
+237 -123
bfd/configure.host
file modified
+2 -0
bfd/cpu-ms1.c
file modified
+15 -1
bfd/elf.c
file modified
+11 -14
bfd/elf32-ms1.c
file modified
+24 -7
bfd/elflink.c
file modified
+7 -8
bfd/elfxx-mips.c
file modified
+29 -8
bfd/elfxx-mips.h
file modified
+3 -0
bfd/libbfd.h
file modified
+1 -0
bfd/reloc.c
file modified
+4 -0
bfd/version.h
file modified
+1 -1
bfd/warning.m4
file modified
+12 -6
configure
file modified
+56 -50
configure.in
file modified
+4 -0
cpu/ChangeLog
file modified
+22 -0
cpu/ms1.cpu
file modified
+138 -27
cpu/ms1.opc
file modified
+39 -1
gdb/ChangeLog
file modified
+238 -7
gdb/MAINTAINERS
file modified
+4 -6
gdb/Makefile.in
file modified
+4 -4
gdb/NEWS
file modified
+17 -1
gdb/README
file modified
+44 -44
gdb/arm-linux-tdep.c
file modified
+21 -2
gdb/cli/cli-script.c
file modified
+32 -8
gdb/config/ms1/ms1.mt
file removed
-2
gdb/config/v850/v850.mt
file removed
-4
gdb/doc/ChangeLog
file modified
+58 -0
gdb/doc/gdb.texinfo
file modified
+539 -515
gdb/dwarf2loc.c
file modified
+27 -7
gdb/dwarf2read.c
file modified
+62 -21
gdb/elfread.c
file modified
+280 -254
gdb/event-top.c
file modified
+1 -1
gdb/frv-linux-tdep.c
file modified
+1 -1
gdb/frv-tdep.c
file modified
+5 -5
gdb/gdbserver/ChangeLog
file modified
+13 -0
gdb/gdbserver/configure.srv
file modified
+1 -0
gdb/gdbserver/linux-arm-low.c
file modified
+15 -1
gdb/gdbserver/linux-x86-64-low.c
file modified
+45 -1
gdb/hppa-linux-nat.c
file modified
+2 -2
gdb/ia64-tdep.c
file modified
+1 -1
gdb/infrun.c
file modified
+3 -0
gdb/inftarg.c
file modified
+0 -1
gdb/interps.h
file modified
+1 -0
gdb/m32r-linux-tdep.c
file modified
+5 -5
gdb/m32r-tdep.c
file modified
+17 -17
gdb/m68hc11-tdep.c
file modified
+8 -18
gdb/main.c
file modified
+51 -16
gdb/main.h
file modified
+4 -0
gdb/monitor.c
file modified
+6 -6
gdb/ppc-sysv-tdep.c
file modified
+28 -15
gdb/remote-e7000.c
file modified
+1 -1
gdb/remote-m32r-sdi.c
file modified
+4 -4
gdb/sh-tdep.c
file modified
+5 -5
gdb/sh64-tdep.c
file modified
+6 -6
gdb/solib-frv.c
file modified
+20 -20
gdb/testsuite/ChangeLog
file modified
+25 -0
gdb/testsuite/gdb.ada/array_return/p.adb
file removed
-10
gdb/testsuite/gdb.ada/array_return/pck.adb
file removed
-13
gdb/testsuite/gdb.ada/array_return/pck.ads
file removed
-10
gdb/testsuite/gdb.ada/arrayidx/p.adb
file removed
-56
gdb/testsuite/gdb.arch/gdb1558.c
file modified
+3 -1
gdb/testsuite/gdb.asm/asm-source.exp
file modified
+21 -2
gdb/testsuite/gdb.asm/m68hc11.inc
file modified
+17 -1
gdb/testsuite/gdb.base/break.exp
file modified
+1 -1
gdb/testsuite/gdb.base/structs2.exp
file modified
+2 -2
gdb/thread.c
file modified
+1 -1
gdb/top.c
file modified
+3 -0
gdb/tui/tui-command.c
file modified
+10 -9
gdb/tui/tui-interp.c
file modified
+3 -3
gdb/tui/tui-win.c
file modified
+2 -4
gdb/version.in
file modified
+1 -1
include/ChangeLog
file modified
+13 -0
include/bfdlink.h
file modified
+1 -1
include/elf/ChangeLog
file modified
+6 -0
include/elf/hppa.h
file modified
+0 -6
include/elf/mips.h
file modified
+7 -0
include/elf/ms1.h
file modified
+1 -0
include/opcode/ChangeLog
file modified
+6 -0
include/opcode/mips.h
file modified
+8 -1
libiberty/ChangeLog
file modified
+7 -0
libiberty/splay-tree.c
file modified
+80 -111
opcodes/ChangeLog
file modified
+55 -7
opcodes/arm-dis.c
file modified
+6 -1
opcodes/configure
file modified
+12 -6
opcodes/i386-dis.c
file modified
+8 -7
opcodes/iq2000-desc.c
file modified
+424 -427
opcodes/iq2000-desc.h
file modified
+50 -0
opcodes/iq2000-dis.c
file modified
+19 -9
opcodes/iq2000-opc.c
file modified
+94 -94
opcodes/m32c-desc.c
file modified
+5 -5
opcodes/m68k-dis.c
file modified
+14 -0
opcodes/mips-dis.c
file modified
+86 -0
opcodes/mips16-opc.c
file modified
+2 -0
opcodes/ms1-asm.c
file modified
+49 -1
opcodes/ms1-desc.c
file modified
+89 -19
opcodes/ms1-desc.h
file modified
+30 -23
opcodes/ms1-dis.c
file modified
+33 -1
opcodes/ms1-ibld.c
file modified
+135 -0
opcodes/ms1-opc.c
file modified
+56 -0
opcodes/ms1-opc.h
file modified
+12 -2
opcodes/ppc-opc.c
file modified
+11 -2
sim/ChangeLog
file modified
+5 -0
sim/cris/cris-tmpl.c
file modified
+10 -7
sim/sh/ChangeLog
file modified
+5 -0
sim/sh/interp.c
file modified
+1 -1
    This commit was manufactured by cvs2svn to create branch 'gdb-csl-gxxpro-
    6_3-branch'.
    
    Sprout from gdb_6_4-branch 2005-11-04 02:48:52 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'gdb_6_4-branch'.'
    Cherrypick from gdb_6_4-branch 2005-11-01 22:57:24 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'gdb_6_4-branch'.':
        gdb/README
    Cherrypick from master 2005-11-17 00:00:02 UTC gdbadmin <gdbadmin@sourceware.org> '*** empty log message ***':
        ChangeLog
        Makefile.def
        Makefile.in
        Makefile.tpl
        bfd/ChangeLog
        bfd/archures.c
        bfd/bfd-in2.h
        bfd/bfdio.c
        bfd/cache.c
        bfd/config.in
        bfd/configure
        bfd/configure.host
        bfd/configure.in
        bfd/cpu-ms1.c
        bfd/elf.c
        bfd/elf32-ms1.c
        bfd/elflink.c
        bfd/elfxx-mips.c
        bfd/elfxx-mips.h
        bfd/libbfd-in.h
        bfd/libbfd.h
        bfd/opncls.c
        bfd/reloc.c
        bfd/version.h
        bfd/warning.m4
        configure
        configure.in
        cpu/ChangeLog
        cpu/ms1.cpu
        cpu/ms1.opc
        gdb/ChangeLog
        gdb/MAINTAINERS
        gdb/Makefile.in
        gdb/NEWS
        gdb/arm-linux-tdep.c
        gdb/cli/cli-script.c
        gdb/doc/ChangeLog
        gdb/doc/gdb.texinfo
        gdb/dwarf2loc.c
        gdb/dwarf2read.c
        gdb/elfread.c
        gdb/event-top.c
        gdb/frv-linux-tdep.c
        gdb/frv-tdep.c
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/configure.srv
        gdb/gdbserver/linux-arm-low.c
        gdb/gdbserver/linux-x86-64-low.c
        gdb/hppa-linux-nat.c
        gdb/ia64-tdep.c
        gdb/infrun.c
        gdb/inftarg.c
        gdb/interps.h
        gdb/linux-nat.c
        gdb/m32r-linux-tdep.c
        gdb/m32r-tdep.c
        gdb/m68hc11-tdep.c
        gdb/main.c
        gdb/main.h
        gdb/monitor.c
        gdb/ppc-sysv-tdep.c
        gdb/remote-e7000.c
        gdb/remote-m32r-sdi.c
        gdb/sh-tdep.c
        gdb/sh64-tdep.c
        gdb/solib-frv.c
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.arch/gdb1558.c
        gdb/testsuite/gdb.asm/asm-source.exp
        gdb/testsuite/gdb.asm/m68hc11.inc
        gdb/testsuite/gdb.base/break.exp
        gdb/testsuite/gdb.base/structs2.exp
        gdb/thread.c
        gdb/top.c
        gdb/tui/tui-command.c
        gdb/tui/tui-interp.c
        gdb/tui/tui-win.c
        gdb/version.in
        include/ChangeLog
        include/bfdlink.h
        include/elf/ChangeLog
        include/elf/hppa.h
        include/elf/mips.h
        include/elf/ms1.h
        include/opcode/ChangeLog
        include/opcode/mips.h
        libiberty/ChangeLog
        libiberty/splay-tree.c
        opcodes/ChangeLog
        opcodes/arm-dis.c
        opcodes/configure
        opcodes/i386-dis.c
        opcodes/iq2000-desc.c
        opcodes/iq2000-desc.h
        opcodes/iq2000-dis.c
        opcodes/iq2000-opc.c
        opcodes/m32c-desc.c
        opcodes/m68k-dis.c
        opcodes/mips-dis.c
        opcodes/mips16-opc.c
        opcodes/ms1-asm.c
        opcodes/ms1-desc.c
        opcodes/ms1-desc.h
        opcodes/ms1-dis.c
        opcodes/ms1-ibld.c
        opcodes/ms1-opc.c
        opcodes/ms1-opc.h
        opcodes/ppc-opc.c
        sim/ChangeLog
        sim/cris/cris-tmpl.c
        sim/sh/ChangeLog
        sim/sh/interp.c
    Delete:
        gdb/config/ms1/ms1.mt
        gdb/config/v850/v850.mt
        gdb/testsuite/gdb.ada/array_return/p.adb
        gdb/testsuite/gdb.ada/array_return/pck.adb
        gdb/testsuite/gdb.ada/array_return/pck.ads
        gdb/testsuite/gdb.ada/arrayidx/p.adb
        
file modified
+8 -0
file modified
+0 -7
file modified
+4 -7
file modified
+4 -0
file modified
+52 -0
file modified
+1 -0
file modified
+4 -0
file modified
+237 -123
file modified
+2 -0
file modified
+15 -1
file modified
+11 -14
file modified
+24 -7
file modified
+7 -8
file modified
+29 -8
file modified
+3 -0
file modified
+1 -0
file modified
+4 -0
file modified
+1 -1
file modified
+12 -6
file modified
+56 -50
file modified
+4 -0
file modified
+22 -0
file modified
+138 -27
file modified
+39 -1
file modified
+238 -7
file modified
+4 -6
file modified
+4 -4
file modified
+17 -1
file modified
+44 -44
file modified
+21 -2
file modified
+32 -8
file removed
-2
file modified
+58 -0
file modified
+539 -515
file modified
+27 -7
file modified
+62 -21
file modified
+280 -254
file modified
+1 -1
file modified
+1 -1
file modified
+5 -5
file modified
+13 -0
file modified
+1 -0
file modified
+15 -1
file modified
+2 -2
file modified
+1 -1
file modified
+3 -0
file modified
+0 -1
file modified
+1 -0
file modified
+5 -5
file modified
+17 -17
file modified
+8 -18
file modified
+51 -16
file modified
+4 -0
file modified
+6 -6
file modified
+28 -15
file modified
+1 -1
file modified
+4 -4
file modified
+5 -5
file modified
+6 -6
file modified
+20 -20
file modified
+25 -0
file modified
+1 -1
file modified
+3 -0
file modified
+10 -9
file modified
+3 -3
file modified
+2 -4
file modified
+1 -1
file modified
+13 -0
file modified
+1 -1
file modified
+6 -0
file modified
+0 -6
file modified
+7 -0
file modified
+1 -0
file modified
+6 -0
file modified
+8 -1
file modified
+7 -0
file modified
+80 -111
file modified
+55 -7
file modified
+6 -1
file modified
+12 -6
file modified
+8 -7
file modified
+424 -427
file modified
+50 -0
file modified
+19 -9
file modified
+94 -94
file modified
+5 -5
file modified
+14 -0
file modified
+86 -0
file modified
+2 -0
file modified
+49 -1
file modified
+89 -19
file modified
+30 -23
file modified
+33 -1
file modified
+135 -0
file modified
+56 -0
file modified
+12 -2
file modified
+11 -2
file modified
+5 -0
file modified
+10 -7
file modified
+5 -0
file modified
+1 -1