diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-22 00:24:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-22 00:24:46 +0000 |
commit | b45caf050caea8283ab17a2f6cc76a2208763132 (patch) | |
tree | fab0ce895fbabaa22590490edea9826bc7219ce4 /sim/mips/ChangeLog | |
parent | 2c778bc53aafc06ac2b7705314efcebb5940ebab (diff) | |
download | binutils-gdb-b45caf050caea8283ab17a2f6cc76a2208763132.tar.gz |
Add support for --enable-sim-alignment to simulator common aclocal.m4
Add support for --alignment={strict,nonstrict,forced} to simulator common
run-time options.
For v850 use, make the default NONSTRICT_ALIGNMENT.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 70e773c7248..ff6f25603b3 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,24 @@ +Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +Sat Sep 20 14:07:28 1997 Gavin Koch <gavin@cygnus.com> + + * gencode.c (SDBBP,DERET): Added (3900) insns. + (RFE): Turn on for 3900. + * interp.c (DebugBreakPoint,DEPC,Debug,Debug_*): Added. + (dsstate): Made global. + (SUBTARGET_R3900): Added. + (CANCELDELAYSLOT): New. + (SignalException): Ignore SystemCall rather than ignore and + terminate. Add DebugBreakPoint handling. + (decode_coproc): New insns RFE, DERET; and new registers Debug + and DEPC protected by SUBTARGET_R3900. + (sim_engine_run): Use CANCELDELAYSLOT rather than clearing + bits explicitly. + * Makefile.in,configure.in: Add mips subtarget option. + * configure: Update. + Fri Sep 19 09:33:27 1997 Gavin Koch <gavin@cygnus.com> * gencode.c: Add r3900 (tx39). |