]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[sim]
authorDJ Delorie <dj@redhat.com>
Tue, 24 Nov 2009 19:22:45 +0000 (19:22 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 24 Nov 2009 19:22:45 +0000 (19:22 +0000)
commit4f8d4a386168d6152f3006187c5ecf722eb27d67
treee86bf5972e5f09f8c37230b21c220a65a116e734
parente4d2e6658e104829003a91249ffe27ae1afb0b34
[sim]
* rx: New directory.
* configure.ac: Add entry for Renesas RX.
* configure: Regenerate.

[include/gdb]
* sim-rx.h: New.
30 files changed:
include/gdb/ChangeLog
include/gdb/sim-rx.h [new file with mode: 0644]
sim/ChangeLog
sim/configure
sim/configure.ac
sim/rx/ChangeLog [new file with mode: 0644]
sim/rx/Makefile.in [new file with mode: 0644]
sim/rx/config.in [new file with mode: 0644]
sim/rx/configure [new file with mode: 0755]
sim/rx/configure.in [new file with mode: 0644]
sim/rx/cpu.h [new file with mode: 0644]
sim/rx/err.c [new file with mode: 0644]
sim/rx/err.h [new file with mode: 0644]
sim/rx/fpu.c [new file with mode: 0644]
sim/rx/fpu.h [new file with mode: 0644]
sim/rx/gdb-if.c [new file with mode: 0644]
sim/rx/load.c [new file with mode: 0644]
sim/rx/load.h [new file with mode: 0644]
sim/rx/main.c [new file with mode: 0644]
sim/rx/mem.c [new file with mode: 0644]
sim/rx/mem.h [new file with mode: 0644]
sim/rx/misc.c [new file with mode: 0644]
sim/rx/misc.h [new file with mode: 0644]
sim/rx/reg.c [new file with mode: 0644]
sim/rx/rx.c [new file with mode: 0644]
sim/rx/syscall.h [new file with mode: 0644]
sim/rx/syscalls.c [new file with mode: 0644]
sim/rx/syscalls.h [new file with mode: 0644]
sim/rx/trace.c [new file with mode: 0644]
sim/rx/trace.h [new file with mode: 0644]