aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2000-11-24 20:53:35 +0000
committerStephane Carrez <stcarrez@nerim.fr>2000-11-24 20:53:35 +0000
commit6e73e7ed648bdb2fdd4d36d75a4a824a9adc39a6 (patch)
treec2c7fcd66d0dc3d8cdfb93e5b905d0aefa8adefb /sim/m68hc11/ChangeLog
parent3b851bce1db6dd84666a59d7c0134cb502114557 (diff)
downloadgdb-6e73e7ed648bdb2fdd4d36d75a4a824a9adc39a6.zip
gdb-6e73e7ed648bdb2fdd4d36d75a4a824a9adc39a6.tar.gz
gdb-6e73e7ed648bdb2fdd4d36d75a4a824a9adc39a6.tar.bz2
Fix device memory allocation in 68hc11 simulator
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r--sim/m68hc11/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 6193652..2b77f0a 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
+ * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Use hw_malloc.
+ * dv-nvram.c (attach_nvram_regs): Use hw_free and hw_malloc
+ instead of free and malloc.
+
2000-09-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* Makefile.in: Was missing from initial patch.