6f58141 This commit was manufactured by cvs2svn to create branch

Authored and Committed by nobody 15 years ago
275 files changed. 38716 lines added. 18882 lines removed.
COPYING.LIBGLOSS
file modified
+24 -0
COPYING.NEWLIB
file modified
+129 -0
ChangeLog
file modified
+331 -210
Makefile.def
file modified
+17 -1
Makefile.in
file modified
+2710 -495
Makefile.tpl
file modified
+12 -0
bfd/ChangeLog
file modified
+438 -4
bfd/Makefile.am
file modified
+9 -0
bfd/Makefile.in
file modified
+9 -0
bfd/aoutx.h
file modified
+2 -0
bfd/archures.c
file modified
+6 -0
bfd/bfd-in.h
file modified
+4 -0
bfd/bfd-in2.h
file modified
+46 -26
bfd/bfd.c
file modified
+2 -3
bfd/bfdwin.c
file modified
+2 -4
bfd/coffcode.h
file modified
+2 -0
bfd/config.bfd
file modified
+17 -0
bfd/configure
file modified
+60 -43
bfd/configure.in
file modified
+8 -4
bfd/cpu-avr.c
file modified
+7 -1
bfd/cpu-lm32.c
file added
+41
bfd/cpu-mips.c
file modified
+4 -0
bfd/elf-bfd.h
file modified
+14 -0
bfd/elf-m10300.c
file modified
+6 -40
bfd/elf32-arm.c
file modified
+22 -55
bfd/elf32-bfin.c
file modified
+0 -4
bfd/elf32-cr16.c
file modified
+1613 -112
bfd/elf32-cris.c
file modified
+1054 -193
bfd/elf32-hppa.c
file modified
+5 -32
bfd/elf32-i370.c
file modified
+7 -42
bfd/elf32-i386.c
file modified
+14 -41
bfd/elf32-lm32.c
file added
+2909
bfd/elf32-m32r.c
file modified
+9 -46
bfd/elf32-m68k.c
file modified
+12 -50
bfd/elf32-ppc.c
file modified
+51 -83
bfd/elf32-s390.c
file modified
+4 -36
bfd/elf32-sh.c
file modified
+9 -59
bfd/elf32-spu.c
file modified
+351 -318
bfd/elf32-spu.h
file modified
+55 -9
bfd/elf32-v850.c
file modified
+1 -3
bfd/elf32-vax.c
file modified
+7 -41
bfd/elf64-alpha.c
file modified
+5 -32
bfd/elf64-ppc.c
file modified
+5 -37
bfd/elf64-s390.c
file modified
+4 -36
bfd/elf64-sh64.c
file modified
+6 -42
bfd/elf64-x86-64.c
file modified
+14 -43
bfd/elflink.c
file modified
+184 -38
bfd/elfxx-ia64.c
file modified
+13 -1
bfd/elfxx-mips.c
file modified
+4 -0
bfd/elfxx-sparc.c
file modified
+5 -32
bfd/elfxx-target.h
file modified
+4 -0
bfd/hpux-core.c
file modified
+0 -1
bfd/libbfd.h
file modified
+13 -0
bfd/mach-o.c
file modified
+105 -11
bfd/mach-o.h
file modified
+10 -5
bfd/pef.c
file modified
+1 -1
bfd/reloc.c
file modified
+29 -0
bfd/syms.c
file modified
+24 -27
bfd/targets.c
file modified
+3 -0
bfd/version.h
file modified
+1 -1
bfd/xtensa-isa.c
file modified
+11 -0
config-ml.in
file modified
+6 -47
config.guess
file modified
+19 -3
config.sub
file modified
+17 -7
config/ChangeLog
file modified
+11 -0
config/mh-mingw
file modified
+1 -1
config/unwind_ipinfo.m4
file modified
+25 -16
configure
file modified
+270 -9
configure.ac
file modified
+121 -8
cpu/ChangeLog
file modified
+5 -0
cpu/lm32.cpu
file added
+932
cpu/lm32.opc
file added
+235
gdb/ChangeLog
file modified
+480 -0
gdb/MAINTAINERS
file modified
+1 -0
gdb/Makefile.in
file modified
+3 -3
gdb/NEWS
file modified
+10 -0
gdb/acinclude.m4
file modified
+3 -0
gdb/ada-lang.c
file modified
+11 -34
gdb/ada-lang.h
file modified
+0 -4
gdb/alpha-mdebug-tdep.c
file modified
+1 -1
gdb/breakpoint.c
file modified
+78 -49
gdb/breakpoint.h
file modified
+0 -4
gdb/c-exp.y
file modified
+184 -85
gdb/c-lang.c
file modified
+4 -109
gdb/c-lang.h
file modified
+0 -7
gdb/cli/cli-decode.c
file modified
+94 -38
gdb/cli/cli-decode.h
file modified
+6 -2
gdb/command.h
file modified
+0 -2
gdb/completer.c
file modified
+5 -1
gdb/config.in
file modified
+9 -0
gdb/config/i386/darwin.mh
file added
+10
gdb/configure
file modified
+1793 -6859
gdb/configure.ac
file modified
+22 -53
gdb/configure.host
file modified
+2 -0
gdb/configure.tgt
file modified
+5 -0
gdb/darwin-nat-info.c
file added
+847
gdb/darwin-nat.c
file added
+1307
gdb/darwin-nat.h
file added
+107
gdb/darwin.defs
file added
+6
gdb/dbxread.c
file modified
+13 -0
gdb/defs.h
file modified
+1 -0
gdb/doc/ChangeLog
file modified
+49 -0
gdb/doc/gdb.texinfo
file modified
+496 -37
gdb/doc/gdbint.texinfo
file modified
+9 -2
gdb/dwarf2expr.c
file modified
+14 -0
gdb/environ.c
file modified
+1 -0
gdb/f-valprint.c
file modified
+1 -3
gdb/features/osdata.dtd
file added
+16
gdb/findvar.c
file modified
+7 -0
gdb/frame.c
file modified
+6 -8
gdb/gdbserver/ChangeLog
file modified
+52 -0
gdb/gdbserver/Makefile.in
file modified
+0 -7
gdb/gdbserver/hostio.c
file modified
+3 -3
gdb/gdbserver/inferiors.c
file modified
+4 -4
gdb/gdbserver/linux-low.c
file modified
+119 -10
gdb/gdbserver/linux-low.h
file modified
+0 -1
gdb/gdbserver/mem-break.c
file modified
+1 -1
gdb/gdbserver/regcache.c
file modified
+2 -2
gdb/gdbserver/remote-utils.c
file modified
+98 -6
gdb/gdbserver/server.c
file modified
+60 -29
gdb/gdbserver/server.h
file modified
+45 -0
gdb/gdbserver/target.c
file modified
+2 -2
gdb/gdbserver/target.h
file modified
+5 -0
gdb/gdbserver/thread-db.c
file modified
+0 -2
gdb/gdbserver/utils.c
file modified
+57 -0
gdb/gdbserver/win32-low.c
file modified
+1 -1
gdb/gnu-v3-abi.c
file modified
+13 -3
gdb/i386-darwin-nat.c
file added
+562
gdb/i386-darwin-tdep.c
file added
+159
gdb/i386-darwin-tdep.h
file added
+33
gdb/ia64-tdep.c
file modified
+159 -38
gdb/inf-ptrace.c
file modified
+1 -3
gdb/inf-ttrace.c
file modified
+0 -2
gdb/infcall.c
file modified
+17 -26
gdb/infcmd.c
file modified
+55 -70
gdb/inferior.h
file modified
+0 -4
gdb/inflow.c
file modified
+0 -62
gdb/infrun.c
file modified
+42 -24
gdb/linux-fork.c
file modified
+4 -5
gdb/linux-nat.c
file modified
+122 -5
gdb/linux-thread-db.c
file modified
+2 -2
gdb/m32c-tdep.c
file modified
+14 -0
gdb/machoread.c
file added
+694
gdb/macrocmd.c
file modified
+6 -4
gdb/macroexp.c
file modified
+10 -8
gdb/mi/mi-main.c
file modified
+40 -2
gdb/osabi.c
file modified
+1 -0
gdb/osdata.c
file added
+362
gdb/osdata.h
file added
+53
gdb/parse.c
file modified
+5 -1
gdb/printcmd.c
file modified
+63 -29
gdb/python/python-internal.h
file modified
+13 -0
gdb/python/python-utils.c
file modified
+17 -0
gdb/python/python-value.c
file modified
+3 -5
gdb/python/python.c
file modified
+22 -2
gdb/remote.c
file modified
+93 -44
gdb/rs6000-nat.c
file modified
+1 -3
gdb/spu-linux-nat.c
file modified
+1 -3
gdb/stack.c
file modified
+3 -10
gdb/target.c
file modified
+20 -4
gdb/target.h
file modified
+13 -11
gdb/testsuite/ChangeLog
file modified
+428 -328
gdb/testsuite/gdb.ada/formatted_ref.exp
file modified
+10 -0
gdb/testsuite/gdb.ada/int_deref.exp
file modified
+2 -2
gdb/testsuite/gdb.arch/ppc-fp.exp
file modified
+0 -3
gdb/testsuite/gdb.arch/vsx-regs.exp
file modified
+0 -3
gdb/testsuite/gdb.base/breakpoint-shadow.c
file added
+27
gdb/testsuite/gdb.base/breakpoint-shadow.exp
file added
+63
gdb/testsuite/gdb.base/commands.exp
file modified
+65 -0
gdb/testsuite/gdb.base/completion.exp
file modified
+18 -0
gdb/testsuite/gdb.base/consecutive.exp
file modified
+0 -5
gdb/testsuite/gdb.base/expand-psymtabs.c
file modified
+6 -1
gdb/testsuite/gdb.base/foll-fork.exp
file modified
+2 -2
gdb/testsuite/gdb.base/foll-vfork.exp
file modified
+10 -4
gdb/testsuite/gdb.base/macscp.exp
file modified
+18 -1
gdb/testsuite/gdb.base/macscp1.c
file modified
+14 -0
gdb/testsuite/gdb.base/sepsymtab.exp
file modified
+1 -1
gdb/testsuite/gdb.base/start.exp
file modified
+3 -1
gdb/testsuite/gdb.base/watchpoint-hw.c
file added
+24
gdb/testsuite/gdb.base/watchpoint-hw.exp
file added
+52
gdb/testsuite/gdb.cp/formatted-ref.exp
file modified
+10 -0
gdb/testsuite/gdb.cp/punctuator.exp
file added
+52
gdb/testsuite/gdb.server/ext-run.exp
file modified
+5 -0
gdb/testsuite/gdb.threads/tls.c
file modified
+9 -0
gdb/testsuite/gdb.threads/tls.exp
file modified
+17 -1
gdb/testsuite/gdb.threads/tls2.c
file added
+25
gdb/testsuite/gdb.twreverse/Makefile.in
file added
+18
gdb/testsuite/gdb.twreverse/break-reverse.c
file added
+37
gdb/testsuite/gdb.twreverse/break-reverse.exp
file added
+76
gdb/testsuite/gdb.twreverse/consecutive-reverse.c
file added
+20
gdb/testsuite/gdb.twreverse/consecutive-reverse.exp
file added
+124
gdb/testsuite/gdb.twreverse/finish-reverse.c
file added
+110
gdb/testsuite/gdb.twreverse/finish-reverse.exp
file added
+253
gdb/testsuite/gdb.twreverse/machinestate.c
file added
+101
gdb/testsuite/gdb.twreverse/machinestate.exp
file added
+144
gdb/testsuite/gdb.twreverse/machinestate1.c
file added
+25
gdb/testsuite/gdb.twreverse/step-reverse.c
file added
+61
gdb/testsuite/gdb.twreverse/step-reverse.exp
file added
+243
gdb/testsuite/gdb.twreverse/until-reverse.c
file added
+149
gdb/testsuite/gdb.twreverse/until-reverse.exp
file added
+126
gdb/testsuite/gdb.twreverse/until-reverse1.c
file added
+52
gdb/testsuite/gdb.twreverse/watch-reverse.c
file added
+201
gdb/testsuite/gdb.twreverse/watch-reverse.exp
file added
+920
gdb/valops.c
file modified
+21 -14
gdb/valprint.c
file modified
+4 -4
gdb/value.c
file modified
+89 -66
gdb/value.h
file modified
+12 -4
gdb/version.in
file modified
+1 -1
gdb/xml-support.c
file modified
+39 -0
gdb/xml-support.h
file modified
+7 -0
include/ChangeLog
file modified
+28 -0
include/bfdlink.h
file modified
+2 -2
include/coff/ChangeLog
file modified
+4 -0
include/coff/ti.h
file modified
+9 -0
include/demangle.h
file modified
+13 -0
include/dis-asm.h
file modified
+1 -0
include/elf/ChangeLog
file modified
+26 -0
include/elf/cr16.h
file modified
+3 -0
include/elf/cris.h
file modified
+9 -5
include/elf/lm32.h
file added
+56
include/opcode/ChangeLog
file modified
+5 -0
include/opcode/mips.h
file modified
+4 -1
include/plugin-api.h
file modified
+2 -2
include/xtensa-isa-internal.h
file modified
+4 -2
include/xtensa-isa.h
file modified
+10 -2
libiberty/ChangeLog
file modified
+18 -0
libiberty/cp-demangle.c
file modified
+40 -1
libtool.m4
file modified
+46 -39
opcodes/ChangeLog
file modified
+161 -2
opcodes/Makefile.am
file modified
+44 -0
opcodes/Makefile.in
file modified
+48 -4
opcodes/arm-dis.c
file modified
+90 -93
opcodes/cgen-asm.in
file modified
+1 -1
opcodes/cgen-dis.in
file modified
+2 -2
opcodes/cgen-ibld.in
file modified
+2 -2
opcodes/configure
file modified
+55 -39
opcodes/configure.in
file modified
+1 -0
opcodes/cr16-dis.c
file modified
+5 -1
opcodes/disassemble.c
file modified
+6 -0
opcodes/i386-dis.c
file modified
+170 -102
opcodes/i386-gen.c
file modified
+2 -1
opcodes/i386-opc.h
file modified
+5 -1
opcodes/i386-opc.tbl
file modified
+38 -34
opcodes/i386-tbl.h
file modified
+7480 -7426
opcodes/lm32-asm.c
file added
+747
opcodes/lm32-desc.c
file added
+1183
opcodes/lm32-desc.h
file added
+246
opcodes/lm32-dis.c
file added
+576
opcodes/lm32-ibld.c
file added
+1061
opcodes/lm32-opc.c
file added
+876
opcodes/lm32-opc.h
file added
+105
opcodes/lm32-opinst.c
file added
+473
opcodes/m68k-dis.c
file modified
+234 -172
opcodes/mips-dis.c
file modified
+4 -0
opcodes/po/ga.po
file modified
+163 -89
opcodes/ppc-dis.c
file modified
+2 -2
opcodes/ppc-opc.c
file modified
+11 -173
sim/arm/ChangeLog
file modified
+4 -0
sim/arm/arminit.c
file modified
+2 -0
sim/arm/iwmmxt.c
file modified
+2 -0
sim/frv/ChangeLog
file modified
+5 -0
sim/frv/arch.c
file modified
+12 -11
sim/frv/arch.h
file modified
+12 -11
sim/frv/cpu.c
file modified
+12 -11
sim/frv/cpu.h
file modified
+12 -11
sim/frv/cpuall.h
file modified
+12 -11
sim/frv/decode.c
file modified
+12 -11
sim/frv/decode.h
file modified
+12 -11
sim/frv/model.c
file modified
+12 -11
sim/frv/sem.c
file modified
+62 -61
sim/h8300/ChangeLog
file modified
+4 -0
sim/h8300/compile.c
file modified
+2 -2
sim/ppc/ChangeLog
file modified
+5 -0
sim/ppc/ppc-instructions
file modified
+8 -0
sim/ppc/ppc-spr-table
file modified
+2 -0
    This commit was manufactured by cvs2svn to create branch
    'reverse-20081226-branch'.
    
    Sprout from multiprocess-20081120-branch 2008-11-20 00:35:24 UTC nobody 'This commit was manufactured by cvs2svn to create branch'
    Cherrypick from master 2008-12-26 19:11:53 UTC Sandra Loosemore <sandra@codesourcery.com> '2008-12-26  Sandra Loosemore  <sandra@codesourcery.com>':
        COPYING.LIBGLOSS
        COPYING.NEWLIB
        ChangeLog
        Makefile.def
        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/bfdwin.c
        bfd/coffcode.h
        bfd/config.bfd
        bfd/configure
        bfd/configure.in
        bfd/cpu-avr.c
        bfd/cpu-lm32.c
        bfd/cpu-mips.c
        bfd/elf-bfd.h
        bfd/elf-m10300.c
        bfd/elf.c
        bfd/elf32-arm.c
        bfd/elf32-bfin.c
        bfd/elf32-cr16.c
        bfd/elf32-cris.c
        bfd/elf32-hppa.c
        bfd/elf32-i370.c
        bfd/elf32-i386.c
        bfd/elf32-lm32.c
        bfd/elf32-m32r.c
        bfd/elf32-m68k.c
        bfd/elf32-ppc.c
        bfd/elf32-s390.c
        bfd/elf32-sh.c
        bfd/elf32-spu.c
        bfd/elf32-spu.h
        bfd/elf32-v850.c
        bfd/elf32-vax.c
        bfd/elf64-alpha.c
        bfd/elf64-ppc.c
        bfd/elf64-s390.c
        bfd/elf64-sh64.c
        bfd/elf64-x86-64.c
        bfd/elfcode.h
        bfd/elflink.c
        bfd/elfxx-ia64.c
        bfd/elfxx-mips.c
        bfd/elfxx-sparc.c
        bfd/elfxx-target.h
        bfd/hpux-core.c
        bfd/libbfd.h
        bfd/mach-o.c
        bfd/mach-o.h
        bfd/pef.c
        bfd/reloc.c
        bfd/syms.c
        bfd/targets.c
        bfd/version.h
        bfd/xtensa-isa.c
        config-ml.in
        config.guess
        config.sub
        config/ChangeLog
        config/mh-mingw
        config/unwind_ipinfo.m4
        configure
        configure.ac
        cpu/ChangeLog
        cpu/lm32.cpu
        cpu/lm32.opc
        gdb/ChangeLog
        gdb/MAINTAINERS
        gdb/Makefile.in
        gdb/NEWS
        gdb/acinclude.m4
        gdb/ada-lang.c
        gdb/ada-lang.h
        gdb/alpha-mdebug-tdep.c
        gdb/breakpoint.c
        gdb/breakpoint.h
        gdb/c-exp.y
        gdb/c-lang.c
        gdb/c-lang.h
        gdb/cli/cli-decode.c
        gdb/cli/cli-decode.h
        gdb/command.h
        gdb/completer.c
        gdb/config.in
        gdb/config/i386/darwin.mh
        gdb/configure
        gdb/configure.ac
        gdb/configure.host
        gdb/configure.tgt
        gdb/darwin-nat-info.c
        gdb/darwin-nat.c
        gdb/darwin-nat.h
        gdb/darwin.defs
        gdb/dbxread.c
        gdb/defs.h
        gdb/doc/ChangeLog
        gdb/doc/gdb.texinfo
        gdb/doc/gdbint.texinfo
        gdb/dwarf2expr.c
        gdb/environ.c
        gdb/f-valprint.c
        gdb/features/osdata.dtd
        gdb/findvar.c
        gdb/frame.c
        gdb/gdbserver/ChangeLog
        gdb/gdbserver/Makefile.in
        gdb/gdbserver/hostio.c
        gdb/gdbserver/inferiors.c
        gdb/gdbserver/linux-low.c
        gdb/gdbserver/linux-low.h
        gdb/gdbserver/mem-break.c
        gdb/gdbserver/regcache.c
        gdb/gdbserver/remote-utils.c
        gdb/gdbserver/server.c
        gdb/gdbserver/server.h
        gdb/gdbserver/target.c
        gdb/gdbserver/target.h
        gdb/gdbserver/thread-db.c
        gdb/gdbserver/utils.c
        gdb/gdbserver/win32-low.c
        gdb/gnu-v3-abi.c
        gdb/i386-darwin-nat.c
        gdb/i386-darwin-tdep.c
        gdb/i386-darwin-tdep.h
        gdb/ia64-tdep.c
        gdb/inf-ptrace.c
        gdb/inf-ttrace.c
        gdb/infcall.c
        gdb/infcmd.c
        gdb/inferior.h
        gdb/inflow.c
        gdb/infrun.c
        gdb/linux-fork.c
        gdb/linux-nat.c
        gdb/linux-thread-db.c
        gdb/m32c-tdep.c
        gdb/machoread.c
        gdb/macrocmd.c
        gdb/macroexp.c
        gdb/mi/mi-main.c
        gdb/osabi.c
        gdb/osdata.c
        gdb/osdata.h
        gdb/parse.c
        gdb/printcmd.c
        gdb/python/python-internal.h
        gdb/python/python-utils.c
        gdb/python/python-value.c
        gdb/python/python.c
        gdb/remote.c
        gdb/rs6000-nat.c
        gdb/spu-linux-nat.c
        gdb/stack.c
        gdb/target.c
        gdb/target.h
        gdb/testsuite/ChangeLog
        gdb/testsuite/gdb.ada/formatted_ref.exp
        gdb/testsuite/gdb.ada/int_deref.exp
        gdb/testsuite/gdb.arch/ppc-fp.exp
        gdb/testsuite/gdb.arch/vsx-regs.exp
        gdb/testsuite/gdb.base/breakpoint-shadow.c
        gdb/testsuite/gdb.base/breakpoint-shadow.exp
        gdb/testsuite/gdb.base/commands.exp
        gdb/testsuite/gdb.base/completion.exp
        gdb/testsuite/gdb.base/consecutive.exp
        gdb/testsuite/gdb.base/expand-psymtabs.c
        gdb/testsuite/gdb.base/foll-fork.exp
        gdb/testsuite/gdb.base/foll-vfork.exp
        gdb/testsuite/gdb.base/macscp.exp
        gdb/testsuite/gdb.base/macscp1.c
        gdb/testsuite/gdb.base/sepsymtab.exp
        gdb/testsuite/gdb.base/start.exp
        gdb/testsuite/gdb.base/watchpoint-hw.c
        gdb/testsuite/gdb.base/watchpoint-hw.exp
        gdb/testsuite/gdb.cp/formatted-ref.exp
        gdb/testsuite/gdb.cp/punctuator.exp
        gdb/testsuite/gdb.server/ext-run.exp
        gdb/testsuite/gdb.threads/tls.c
        gdb/testsuite/gdb.threads/tls.exp
        gdb/testsuite/gdb.threads/tls2.c
        gdb/valops.c
        gdb/valprint.c
        gdb/value.c
        gdb/value.h
        gdb/version.in
        gdb/xml-support.c
        gdb/xml-support.h
        include/ChangeLog
        include/bfdlink.h
        include/coff/ChangeLog
        include/coff/ti.h
        include/demangle.h
        include/dis-asm.h
        include/elf/ChangeLog
        include/elf/common.h
        include/elf/cr16.h
        include/elf/cris.h
        include/elf/lm32.h
        include/opcode/ChangeLog
        include/opcode/mips.h
        include/plugin-api.h
        include/xtensa-isa-internal.h
        include/xtensa-isa.h
        libiberty/ChangeLog
        libiberty/config.h-vms
        libiberty/cp-demangle.c
        libiberty/makefile.vms
        libtool.m4
        opcodes/ChangeLog
        opcodes/Makefile.am
        opcodes/Makefile.in
        opcodes/arm-dis.c
        opcodes/cgen-asm.in
        opcodes/cgen-dis.in
        opcodes/cgen-ibld.in
        opcodes/configure
        opcodes/configure.in
        opcodes/cr16-dis.c
        opcodes/disassemble.c
        opcodes/i386-dis.c
        opcodes/i386-gen.c
        opcodes/i386-opc.h
        opcodes/i386-opc.tbl
        opcodes/i386-tbl.h
        opcodes/lm32-asm.c
        opcodes/lm32-desc.c
        opcodes/lm32-desc.h
        opcodes/lm32-dis.c
        opcodes/lm32-ibld.c
        opcodes/lm32-opc.c
        opcodes/lm32-opc.h
        opcodes/lm32-opinst.c
        opcodes/m68k-dis.c
        opcodes/mips-dis.c
        opcodes/po/ga.po
        opcodes/ppc-dis.c
        opcodes/ppc-opc.c
        sim/arm/ChangeLog
        sim/arm/arminit.c
        sim/arm/iwmmxt.c
        sim/frv/ChangeLog
        sim/frv/arch.c
        sim/frv/arch.h
        sim/frv/cpu.c
        sim/frv/cpu.h
        sim/frv/cpuall.h
        sim/frv/decode.c
        sim/frv/decode.h
        sim/frv/model.c
        sim/frv/sem.c
        sim/h8300/ChangeLog
        sim/h8300/compile.c
        sim/ppc/ChangeLog
        sim/ppc/ppc-instructions
        sim/ppc/ppc-spr-table
    Cherrypick from reverse-20080717-branch 2008-09-19 21:17:10 UTC Michael Snyder <msnyder@vmware.com> 'don't need globals hex and decimal':
        gdb/testsuite/gdb.twreverse/Makefile.in
        gdb/testsuite/gdb.twreverse/break-reverse.c
        gdb/testsuite/gdb.twreverse/break-reverse.exp
        gdb/testsuite/gdb.twreverse/consecutive-reverse.c
        gdb/testsuite/gdb.twreverse/consecutive-reverse.exp
        gdb/testsuite/gdb.twreverse/finish-reverse.c
        gdb/testsuite/gdb.twreverse/finish-reverse.exp
        gdb/testsuite/gdb.twreverse/machinestate.c
        gdb/testsuite/gdb.twreverse/machinestate.exp
        gdb/testsuite/gdb.twreverse/machinestate1.c
        gdb/testsuite/gdb.twreverse/step-reverse.c
        gdb/testsuite/gdb.twreverse/step-reverse.exp
        gdb/testsuite/gdb.twreverse/until-reverse.c
        gdb/testsuite/gdb.twreverse/until-reverse.exp
        gdb/testsuite/gdb.twreverse/until-reverse1.c
        gdb/testsuite/gdb.twreverse/watch-reverse.c
        gdb/testsuite/gdb.twreverse/watch-reverse.exp
        
file modified
+24 -0
file modified
+129 -0
file modified
+331 -210
file modified
+17 -1
file modified
+2710 -495
file modified
+12 -0
file modified
+438 -4
file modified
+9 -0
file modified
+9 -0
file modified
+2 -0
file modified
+6 -0
file modified
+4 -0
file modified
+46 -26
file modified
+2 -3
file modified
+2 -4
file modified
+2 -0
file modified
+17 -0
file modified
+60 -43
file modified
+8 -4
file modified
+7 -1
file added
+41
file modified
+4 -0
file modified
+14 -0
file modified
+6 -40
file modified
+22 -55
file modified
+0 -4
file modified
+1613 -112
file modified
+1054 -193
file modified
+5 -32
file modified
+7 -42
file modified
+14 -41
file added
+2909
file modified
+9 -46
file modified
+12 -50
file modified
+51 -83
file modified
+4 -36
file modified
+9 -59
file modified
+351 -318
file modified
+55 -9
file modified
+1 -3
file modified
+7 -41
file modified
+5 -32
file modified
+5 -37
file modified
+4 -36
file modified
+6 -42
file modified
+14 -43
file modified
+184 -38
file modified
+13 -1
file modified
+4 -0
file modified
+5 -32
file modified
+4 -0
file modified
+0 -1
file modified
+13 -0
file modified
+105 -11
file modified
+10 -5
file modified
+1 -1
file modified
+29 -0
file modified
+24 -27
file modified
+3 -0
file modified
+1 -1
file modified
+11 -0
file modified
+6 -47
file modified
+19 -3
file modified
+17 -7
file modified
+11 -0
file modified
+1 -1
file modified
+25 -16
file modified
+270 -9
file modified
+121 -8
file modified
+5 -0
file added
+932
file added
+235
file modified
+480 -0
file modified
+1 -0
file modified
+3 -3
file modified
+10 -0
file modified
+3 -0
file modified
+11 -34
file modified
+0 -4
file modified
+1 -1
file modified
+78 -49
file modified
+0 -4
file modified
+184 -85
file modified
+4 -109
file modified
+0 -7
file modified
+94 -38
file modified
+6 -2
file modified
+0 -2
file modified
+5 -1
file modified
+9 -0
file modified
+1793 -6859
file modified
+22 -53
file modified
+2 -0
file modified
+5 -0
file added
+847
file added
+1307
file added
+107
file added
+6
file modified
+13 -0
file modified
+1 -0
file modified
+49 -0
file modified
+496 -37
file modified
+9 -2
file modified
+14 -0
file modified
+1 -0
file modified
+1 -3
file modified
+7 -0
file modified
+6 -8
file modified
+52 -0
file modified
+0 -7
file modified
+3 -3
file modified
+4 -4
file modified
+119 -10
file modified
+0 -1
file modified
+1 -1
file modified
+2 -2
file modified
+98 -6
file modified
+60 -29
file modified
+45 -0
file modified
+2 -2
file modified
+5 -0
file modified
+0 -2
file modified
+57 -0
file modified
+1 -1
file modified
+13 -3
file added
+562
file added
+159
file modified
+159 -38
file modified
+1 -3
file modified
+0 -2
file modified
+17 -26
file modified
+55 -70
file modified
+0 -4
file modified
+0 -62
file modified
+42 -24
file modified
+4 -5
file modified
+122 -5
file modified
+2 -2
file modified
+14 -0
file added
+694
file modified
+6 -4
file modified
+10 -8
file modified
+40 -2
file modified
+1 -0
file added
+362
file added
+53
file modified
+5 -1
file modified
+63 -29
file modified
+13 -0
file modified
+17 -0
file modified
+3 -5
file modified
+22 -2
file modified
+93 -44
file modified
+1 -3
file modified
+1 -3
file modified
+3 -10
file modified
+20 -4
file modified
+13 -11
file modified
+428 -328
file modified
+21 -14
file modified
+4 -4
file modified
+89 -66
file modified
+12 -4
file modified
+1 -1
file modified
+39 -0
file modified
+7 -0
file modified
+28 -0
file modified
+2 -2
file modified
+4 -0
file modified
+9 -0
file modified
+13 -0
file modified
+1 -0
file modified
+26 -0
file modified
+3 -0
file modified
+9 -5
file added
+56
file modified
+5 -0
file modified
+4 -1
file modified
+2 -2
file modified
+10 -2
file modified
+18 -0
file modified
+40 -1
file modified
+46 -39
file modified
+161 -2
file modified
+44 -0
file modified
+48 -4
file modified
+90 -93
file modified
+1 -1
file modified
+2 -2
file modified
+2 -2
file modified
+55 -39
file modified
+1 -0
file modified
+5 -1
file modified
+6 -0
file modified
+170 -102
file modified
+2 -1
file modified
+5 -1
file modified
+38 -34
file modified
+7480 -7426
file added
+747
file added
+1183
file added
+246
file added
+576
file added
+1061
file added
+876
file added
+105
file added
+473
file modified
+234 -172
file modified
+4 -0
file modified
+163 -89
file modified
+2 -2
file modified
+11 -173
file modified
+4 -0
file modified
+2 -0
file modified
+2 -0
file modified
+5 -0
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+12 -11
file modified
+62 -61
file modified
+4 -0
file modified
+2 -2
file modified
+5 -0
file modified
+8 -0
file modified
+2 -0