diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-03-02 10:03:40 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-03-02 10:03:40 +0000 |
commit | 9b9f7b3ccd3986d78d2e83cbedfaf6ddf73efe98 (patch) | |
tree | 16162aa3401634af15900c8dc436717cb8531c70 /sim/m68hc11/ChangeLog | |
parent | Fix merge botch in previous commit. (diff) | |
download | binutils-gdb-9b9f7b3ccd3986d78d2e83cbedfaf6ddf73efe98.tar.gz binutils-gdb-9b9f7b3ccd3986d78d2e83cbedfaf6ddf73efe98.tar.bz2 binutils-gdb-9b9f7b3ccd3986d78d2e83cbedfaf6ddf73efe98.zip |
* Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
to 32 to support memory bank switching; temporarily use 32-bit for
WORD_BITSIZE to avoid a bug in sim-common.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r-- | sim/m68hc11/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 21957ef7791..9c34d47002b 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,9 @@ +2003-03-02 Stephane Carrez <stcarrez@nerim.fr> + + * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE + to 32 to support memory bank switching; temporarily use 32-bit for + WORD_BITSIZE to avoid a bug in sim-common. + 2003-03-01 Stephane Carrez <stcarrez@nerim.fr> * interp.c (sim_fetch_register): Only store a single byte for |