]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/configure.ac
* cris: New directory, simulator for Axis Communications CRIS
authorHans-Peter Nilsson <hp@axis.com>
Fri, 28 Jan 2005 04:29:00 +0000 (04:29 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Fri, 28 Jan 2005 04:29:00 +0000 (04:29 +0000)
commitf6bcefefe817b20b493081511cdeb8f87052bd41
tree925f09bdedb36933c713803d9d0824c5b523c5ed
parent97f669eda91b587c590bb5d0bb185d63c126d7fe
* cris: New directory, simulator for Axis Communications CRIS
including CRIS v32, CGEN-based.
* configure.ac: Add corresponding configury.
* configure: Regenerate.
35 files changed:
sim/ChangeLog
sim/configure
sim/configure.ac
sim/cris/Makefile.in [new file with mode: 0644]
sim/cris/arch.c [new file with mode: 0644]
sim/cris/arch.h [new file with mode: 0644]
sim/cris/config.in [new file with mode: 0644]
sim/cris/configure [new file with mode: 0755]
sim/cris/configure.ac [new file with mode: 0644]
sim/cris/cpuall.h [new file with mode: 0644]
sim/cris/cpuv10.c [new file with mode: 0644]
sim/cris/cpuv10.h [new file with mode: 0644]
sim/cris/cpuv32.c [new file with mode: 0644]
sim/cris/cpuv32.h [new file with mode: 0644]
sim/cris/cris-desc.c [new file with mode: 0644]
sim/cris/cris-desc.h [new file with mode: 0644]
sim/cris/cris-opc.h [new file with mode: 0644]
sim/cris/cris-sim.h [new file with mode: 0644]
sim/cris/cris-tmpl.c [new file with mode: 0644]
sim/cris/crisv10f.c [new file with mode: 0644]
sim/cris/crisv32f.c [new file with mode: 0644]
sim/cris/decodev10.c [new file with mode: 0644]
sim/cris/decodev10.h [new file with mode: 0644]
sim/cris/decodev32.c [new file with mode: 0644]
sim/cris/decodev32.h [new file with mode: 0644]
sim/cris/devices.c [new file with mode: 0644]
sim/cris/mloop.in [new file with mode: 0644]
sim/cris/modelv10.c [new file with mode: 0644]
sim/cris/modelv32.c [new file with mode: 0644]
sim/cris/semcrisv10f-switch.c [new file with mode: 0644]
sim/cris/semcrisv32f-switch.c [new file with mode: 0644]
sim/cris/sim-if.c [new file with mode: 0644]
sim/cris/sim-main.h [new file with mode: 0644]
sim/cris/tconfig.in [new file with mode: 0644]
sim/cris/traps.c [new file with mode: 0644]