summaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-09-04 14:33:18 +0000
committerNick Clifton <nickc@redhat.com>2007-09-04 14:33:18 +0000
commit2525df0347977ad33e02c215a474a681a24f756b (patch)
tree973eb0f5b70f5a76c06a153df10b3ac9c62a45b2 /sim/mips/ChangeLog
parent2025a643ef7edd04df5027888c2d4a030edfcd81 (diff)
downloadbinutils-gdb-2525df0347977ad33e02c215a474a681a24f756b.tar.gz
* interp.c (options enum): Add OPTION_INFO_MEMORY.
(display_mem_info): New static variable. (mips_option_handler): Handle OPTION_INFO_MEMORY. (mips_options): Add info-memory and memory-info. (sim_open): After processing the command line and board specification, check display_mem_info. If it is set then call the real handler for the --memory-info command line switch.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r--sim/mips/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index e70f2921aba..1797b99880a 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,14 @@
+2007-09-04 Nick Clifton <nickc@redhat.com>
+
+ * interp.c (options enum): Add OPTION_INFO_MEMORY.
+ (display_mem_info): New static variable.
+ (mips_option_handler): Handle OPTION_INFO_MEMORY.
+ (mips_options): Add info-memory and memory-info.
+ (sim_open): After processing the command line and board
+ specification, check display_mem_info. If it is set then
+ call the real handler for the --memory-info command line
+ switch.
+
2007-08-24 Joel Brobecker <brobecker@adacore.com>
* configure.ac: Change license of multi-run.c to GPL version 3.