binutils-gdb/sim/frv
Dave Brolley 9a29f3cae5 2003-10-31 Dave Brolley <brolley@redhat.com>
* frv-sim.h (REGNUM_LR): Removed.
        (REGNUM_SPR_MIN,REGNUM_SPR_MAX): New macros.
        * frv.c (frvbf_fetch_register): Fetch SPR registers based on
        REGNUM_SPR_MIN and REGNUM_SPR_MAX. Check whether SPRs are implemented.
        Return 0 for an unimplemented register. Return the length of the data
        for an implemented register.
        (frvbf_store_register): Ditto.
2003-10-31 18:23:47 +00:00
..
ChangeLog 2003-10-31 Dave Brolley <brolley@redhat.com> 2003-10-31 18:23:47 +00:00
Makefile.in 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
README
TODO
arch.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
arch.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
cache.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
cache.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
config.in
configure
configure.in
cpu.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
cpu.h 2003-10-10 Dave Brolley <brolley@redhat.com> 2003-10-10 19:30:21 +00:00
cpuall.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
decode.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
decode.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
devices.c
frv-sim.h 2003-10-31 Dave Brolley <brolley@redhat.com> 2003-10-31 18:23:47 +00:00
frv.c 2003-10-31 Dave Brolley <brolley@redhat.com> 2003-10-31 18:23:47 +00:00
interrupts.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
memory.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
mloop.in 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
model.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
options.c
pipeline.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
profile-fr400.c 2003-09-24 Dave Brolley <brolley@redhat.com> 2003-09-24 19:05:39 +00:00
profile-fr400.h
profile-fr500.c 2003-09-24 Dave Brolley <brolley@redhat.com> 2003-09-24 19:05:39 +00:00
profile-fr500.h
profile-fr550.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
profile-fr550.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
profile.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
profile.h 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
registers.c 2003-10-06 Dave Brolley <brolley@redhat.com> 2003-10-08 18:19:33 +00:00
registers.h
reset.c 2003-09-25 Dave Brolley <brolley@redhat.com> 2003-09-25 21:45:45 +00:00
sem.c 2003-10-10 Dave Brolley <brolley@redhat.com> 2003-10-10 19:30:21 +00:00
sim-if.c
sim-main.h
tconfig.in
traps.c Index: sim/frv/ChangeLog 2003-10-31 05:32:46 +00:00

README

This is the frv simulator directory.

It is still work-in-progress.  The current sources are
well tested and lots of features are in.

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.