From 2525df0347977ad33e02c215a474a681a24f756b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 4 Sep 2007 14:33:18 +0000 Subject: * 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. --- sim/mips/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sim/mips/ChangeLog') 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 + + * 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 * configure.ac: Change license of multi-run.c to GPL version 3. -- cgit v1.2.1