bad7dee This commit was manufactured by cvs2svn to create branch

Authored and Committed by nobody 21 years ago
52 files changed. 829 lines added. 657 lines removed.
bfd/ChangeLog
file modified
+24 -0
bfd/archures.c
file modified
+2 -2
bfd/bfd-in2.h
file modified
+2 -2
bfd/coff-tic4x.c
file modified
+8 -7
bfd/cpu-tic4x.c
file modified
+11 -11
bfd/elf32-m68hc11.c
file modified
+27 -19
bfd/simple.c
file modified
+11 -0
bfd/version.h
file modified
+1 -1
gdb/ChangeLog
file modified
+152 -0
gdb/Makefile.in
file modified
+4 -4
gdb/arm-tdep.c
file modified
+2 -2
gdb/blockframe.c
file modified
+1 -1
gdb/config/i386/tm-ptx.h
file modified
+0 -6
gdb/config/pa/tm-hppa.h
file modified
+3 -5
gdb/config/pa/tm-hppa64.h
file modified
+3 -3
gdb/config/pa/tm-hppah.h
file modified
+1 -2
gdb/config/sparc/tm-sparc.h
file modified
+0 -47
gdb/cris-tdep.c
file modified
+1 -1
gdb/d10v-tdep.c
file modified
+5 -7
gdb/dummy-frame.c
file modified
+4 -4
gdb/frame-unwind.h
file modified
+5 -1
gdb/frame.c
file modified
+110 -75
gdb/frame.h
file modified
+22 -33
gdb/gdbarch.h
file modified
+8 -24
gdb/gdbarch.sh
file modified
+3 -15
gdb/hppa-hpux-tdep.c
file modified
+4 -4
gdb/hppa-tdep.c
file modified
+104 -86
gdb/i386-tdep.c
file modified
+2 -2
gdb/ia64-tdep.c
file modified
+1 -1
gdb/m68k-tdep.c
file modified
+1 -1
gdb/objc-lang.c
file modified
+8 -24
gdb/remote-vxsparc.c
file modified
+3 -4
gdb/rs6000-tdep.c
file modified
+7 -9
gdb/s390-tdep.c
file modified
+1 -1
gdb/sentinel-frame.c
file modified
+2 -0
gdb/sh-tdep.c
file modified
+3 -3
gdb/sparc-tdep.c
file modified
+2 -3
gdb/stack.c
file modified
+1 -1
gdb/testsuite/ChangeLog
file modified
+14 -0
gdb/testsuite/gdb.base/break.exp
file modified
+4 -0
gdb/valprint.c
file modified
+0 -4
gdb/version.in
file modified
+1 -1
gdb/x86-64-tdep.c
file modified
+16 -11
include/ChangeLog
file modified
+7 -0
include/coff/tic4x.h
file modified
+3 -3
include/opcode/tic4x.h
file modified
+29 -29
opcodes/ChangeLog
file modified
+5 -0
opcodes/tic4x-dis.c
file modified
+153 -152
sim/v850/ChangeLog
file modified
+6 -0
sim/v850/simops.c
file modified
+0 -44
sim/v850/simops.h
file modified
+0 -1
sim/v850/v850.igen
file modified
+42 -1
    This commit was manufactured by cvs2svn to create branch
    'kettenis_i386newframe-20030406-branch'.
    
    Sprout from cagney_frameaddr-20030403-branch 2003-04-03 16:34:49 UTC nobody 'This commit was manufactured by cvs2svn to create branch'
    Cherrypick from master 2003-04-06 14:50:15 UTC Andrew Cagney <cagney@redhat.com> '2003-04-06  Andrew Cagney  <cagney@redhat.com>':
        bfd/ChangeLog
        bfd/archures.c
        bfd/bfd-in2.h
        bfd/coff-tic4x.c
        bfd/cpu-tic4x.c
        bfd/elf32-m68hc11.c
        bfd/simple.c
        bfd/version.h
        gdb/ChangeLog
        gdb/Makefile.in
        gdb/arm-tdep.c
        gdb/blockframe.c
        gdb/config/i386/tm-ptx.h
        gdb/config/pa/tm-hppa.h
        gdb/config/pa/tm-hppa64.h
        gdb/config/pa/tm-hppah.h
        gdb/config/sparc/tm-sparc.h
        gdb/cris-tdep.c
        gdb/d10v-tdep.c
        gdb/dummy-frame.c
        gdb/frame-unwind.h
        gdb/frame.c
        gdb/frame.h
        gdb/gdbarch.h
        gdb/gdbarch.sh
        gdb/hppa-hpux-tdep.c
        gdb/hppa-tdep.c
        gdb/i386-tdep.c
        gdb/ia64-tdep.c
        gdb/m68k-tdep.c
        gdb/objc-lang.c
        gdb/remote-vxsparc.c
        gdb/rs6000-tdep.c
        gdb/s390-tdep.c
        gdb/sentinel-frame.c
        gdb/sh-tdep.c
        gdb/sparc-tdep.c
        gdb/stack.c
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.base/break.exp
        gdb/valprint.c
        gdb/version.in
        gdb/x86-64-tdep.c
        include/ChangeLog
        include/coff/tic4x.h
        include/opcode/tic4x.h
        opcodes/ChangeLog
        opcodes/tic4x-dis.c
        sim/v850/ChangeLog
        sim/v850/simops.c
        sim/v850/simops.h
        sim/v850/v850.igen
        
file modified
+24 -0
file modified
+2 -2
file modified
+2 -2
file modified
+8 -7
file modified
+11 -11
file modified
+27 -19
file modified
+11 -0
file modified
+1 -1
file modified
+152 -0
file modified
+4 -4
file modified
+2 -2
file modified
+1 -1
file modified
+0 -6
file modified
+3 -5
file modified
+3 -3
file modified
+1 -2
file modified
+0 -47
file modified
+1 -1
file modified
+5 -7
file modified
+4 -4
file modified
+5 -1
file modified
+110 -75
file modified
+22 -33
file modified
+8 -24
file modified
+3 -15
file modified
+4 -4
file modified
+104 -86
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+8 -24
file modified
+3 -4
file modified
+7 -9
file modified
+1 -1
file modified
+2 -0
file modified
+3 -3
file modified
+2 -3
file modified
+1 -1
file modified
+14 -0
file modified
+0 -4
file modified
+1 -1
file modified
+16 -11
file modified
+7 -0
file modified
+3 -3
file modified
+29 -29
file modified
+5 -0
file modified
+153 -152
file modified
+6 -0
file modified
+0 -44
file modified
+0 -1
file modified
+42 -1