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/m32r | |
parent | 2c778bc53aafc06ac2b7705314efcebb5940ebab (diff) | |
download | gdb-b45caf050caea8283ab17a2f6cc76a2208763132.zip gdb-b45caf050caea8283ab17a2f6cc76a2208763132.tar.gz gdb-b45caf050caea8283ab17a2f6cc76a2208763132.tar.bz2 |
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/m32r')
-rw-r--r-- | sim/m32r/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index ad57669..64c3c47 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,16 @@ +Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +Wed Sep 17 17:44:40 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-if.c (sim_open): Allocate memory under sim-memopt module + using sim_do_commandf. + (sim_open): Set magic-number at the start. + (sim_do_command): Implement. + + * sim-main.h (sim_engine_halt): Map onto engine_halt. + Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |