diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-04 14:33:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-04 14:33:18 +0000 |
commit | 2525df0347977ad33e02c215a474a681a24f756b (patch) | |
tree | 973eb0f5b70f5a76c06a153df10b3ac9c62a45b2 /sim/mips/ChangeLog | |
parent | 2025a643ef7edd04df5027888c2d4a030edfcd81 (diff) | |
download | binutils-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/ChangeLog | 11 |
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. |