]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/rl78/configure
[sim]
authorDJ Delorie <dj@redhat.com>
Tue, 29 Nov 2011 03:49:09 +0000 (03:49 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 29 Nov 2011 03:49:09 +0000 (03:49 +0000)
commit87326c782a97fdacdd003599c8633b28114f8ed9
treefcce7203ce754ec2a269d2dea60c76fa6985c5c7
parent1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9
[sim]
* configure.tgt: Add rl78 support.
* configure: Regenerate.
* rl78: New directory.
* MAINTAINERS: Add myself as RL78 maintainer.
[gdb]
* NEWS: Mention RL78 simulator.
20 files changed:
gdb/ChangeLog
gdb/NEWS
sim/ChangeLog
sim/MAINTAINERS
sim/configure
sim/configure.tgt
sim/rl78/Makefile.in [new file with mode: 0644]
sim/rl78/config.in [new file with mode: 0644]
sim/rl78/configure [new file with mode: 0755]
sim/rl78/configure.ac [new file with mode: 0644]
sim/rl78/cpu.c [new file with mode: 0644]
sim/rl78/cpu.h [new file with mode: 0644]
sim/rl78/load.c [new file with mode: 0644]
sim/rl78/load.h [new file with mode: 0644]
sim/rl78/main.c [new file with mode: 0644]
sim/rl78/mem.c [new file with mode: 0644]
sim/rl78/mem.h [new file with mode: 0644]
sim/rl78/rl78.c [new file with mode: 0644]
sim/rl78/trace.c [new file with mode: 0644]
sim/rl78/trace.h [new file with mode: 0644]