summaryrefslogtreecommitdiff
path: root/sim/erc32/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32/ChangeLog')
-rw-r--r--sim/erc32/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 1150e1c3c71..35f07038146 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,5 +1,13 @@
2015-03-28 Jiri Gaisler <jiri@gaisler.se>
+ * func.c (exec_cmd): Fix old style prototype. Mark cmd const. Save
+ the command in a new cmdsave2 to avoid modifying.
+ (bfd_load): Fix old style prototype. Mark fname const.
+ * sis.h (exec_cmd): Mark cmd const.
+ (bfd_load): Mark fname const.
+
+2015-03-28 Jiri Gaisler <jiri@gaisler.se>
+
* erc32.c (memory_iread): New function to fetch instructions.
(memory_read): Print message in verbose mode.
* interf.c (run_sim): Use memory_iread.