binutils-gdb/sim/sh64
Dave Brolley c7e628df2e 2006-10-18 Dave Brolley <brolley@redhat.com>
* Contribute the following changes:

        2006-06-14  Dave Brolley  <brolley@redhat.com>

        * sh64-sim.h (sh64_fipr,sh64_fiprs,sh64_fldp,sh64_fstp,sh64_ftrv)
        (sh64_fpref): New functions.
        * sh64.c (sh64_fipr,sh64_fiprs,sh64_fldp,sh64_fstp,sh64_ftrv)
        (sh64_fpref): New functions.
        (sh_models): Add sh2e, sh2a, sh2a_nofpu, sh4_nofpu, sh4a,
        sh4a_nofpu and sh4al.
        (sh2e_mach): New MACH.
        (sh2a_fpu_mach): New MACH.
        (sh2a_nofpu_mach): New MACH.
        (sh4_nofpu): New MACH.
        (sh4a_mach): New MACH.
        (sh4a_nofpu_mach): New MACH.
        (sh4al_mach): New MACH.
        * Makefile.in (stamp-*): Depend on $(CGEN_CPU_DIR)/sh-sim.cpu. Pass
        archfile to CGEN script.
        * arch.c: Regenerated.
        * arch.h: Regenerated.
        * cpu.c: Regenerated.
        * cpu.h: Regenerated.
        * cpuall.h: Regenerated.
        * decode-compact.c: Regenerated.
        * decode-compact.h: Regenerated.
        * decode-media.c: Regenerated.
        * decode-media.h: Regenerated.
        * defs-compact.h: Regenerated.
        * defs-media.h: Regenerated.
        * sem-compact-switch.c: Regenerated.
        * sem-compact.c: Regenerated.
        * sem-media-switch.c: Regenerated.
        * sem-media.c: Regenerated.
        * sh-desc.c: Regenerated.
        * sh-desc.h: Regenerated.
        * sh-opc.h: Regenerated.
2006-10-18 18:13:22 +00:00
..
ChangeLog 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
Makefile.in 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
arch.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
arch.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
config.in * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
configure common/ 2006-06-05 14:21:13 +00:00
configure.ac * configure.ac: Add explicit sh64 case. 2005-04-15 08:15:52 +00:00
cpu.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
cpu.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
cpuall.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
decode-compact.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
decode-compact.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
decode-media.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
decode-media.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
decode.h * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
defs-compact.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
defs-media.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
eng-compact.h * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
eng-media.h * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
eng.h * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
mloop-compact.c * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
mloop-media.c * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
sem-compact-switch.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sem-compact.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sem-media-switch.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sem-media.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sh-desc.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sh-desc.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sh-opc.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sh64-sim.h 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sh64.c 2006-10-18 Dave Brolley <brolley@redhat.com> 2006-10-18 18:13:22 +00:00
sim-if.c * configure.ac: Add explicit sh64 case. 2005-04-15 08:15:52 +00:00
sim-main.h * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
tconfig.in * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00