]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/iq2000/ChangeLog
* iq2000: New target subdirectory.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 8 Mar 2005 08:55:34 +0000 (08:55 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 8 Mar 2005 08:55:34 +0000 (08:55 +0000)
commitedece23776d06c405e0b71b38cfcc80b501bac15
tree6d44e56cda6e4813873e33e92474231e2823bef8
parent9b505842893b22dea34beb5ba448594173952cd2
* iq2000: New target subdirectory.
* configure.ac: Add iq2000 target.
* configure: Regenerate.
25 files changed:
sim/ChangeLog
sim/configure
sim/configure.ac
sim/iq2000/ChangeLog [new file with mode: 0644]
sim/iq2000/Makefile.in [new file with mode: 0644]
sim/iq2000/acconfig.h [new file with mode: 0644]
sim/iq2000/arch.c [new file with mode: 0644]
sim/iq2000/arch.h [new file with mode: 0644]
sim/iq2000/config.in [new file with mode: 0644]
sim/iq2000/configure [new file with mode: 0755]
sim/iq2000/configure.ac [new file with mode: 0644]
sim/iq2000/cpu.c [new file with mode: 0644]
sim/iq2000/cpu.h [new file with mode: 0644]
sim/iq2000/cpuall.h [new file with mode: 0644]
sim/iq2000/decode.c [new file with mode: 0644]
sim/iq2000/decode.h [new file with mode: 0644]
sim/iq2000/iq2000-sim.h [new file with mode: 0644]
sim/iq2000/iq2000.c [new file with mode: 0644]
sim/iq2000/mloop.in [new file with mode: 0644]
sim/iq2000/model.c [new file with mode: 0644]
sim/iq2000/sem-switch.c [new file with mode: 0644]
sim/iq2000/sem.c [new file with mode: 0644]
sim/iq2000/sim-if.c [new file with mode: 0644]
sim/iq2000/sim-main.h [new file with mode: 0644]
sim/iq2000/tconfig.in [new file with mode: 0644]