From 0df90cd8e4ac61d9b5630fbc02861c6d7d9b2b88 Mon Sep 17 00:00:00 2001 From: Joyce Janczyn Date: Fri, 19 Jun 1998 16:02:51 +0000 Subject: [PATCH] Fri Jun 19 11:59:26 1998 Joyce Janczyn * interp.c (board): Rename am32 to stdeval1 as this is the name consistently used to refer to the mn1030002 board. --- sim/mn10300/ChangeLog | 5 +++++ sim/mn10300/interp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 4a63f19..ee8c9a5 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,4 +1,9 @@ start-sanitize-am30 +Fri Jun 19 11:59:26 1998 Joyce Janczyn + + * interp.c (board): Rename am32 to stdeval1 as this is the name + consistently used to refer to the mn1030002 board. + Thu June 18 14:37:14 1998 Joyce Janczyn * interp.c (sim_open): Fix typo in address of EXTMD register (0x34000280, not 0x3400280). diff --git a/sim/mn10300/interp.c b/sim/mn10300/interp.c index e67bee8..9d84cc0 100644 --- a/sim/mn10300/interp.c +++ b/sim/mn10300/interp.c @@ -79,7 +79,7 @@ mn10300_option_handler (sd, cpu, opt, arg, is_command) static const OPTION mn10300_options[] = { /* start-sanitize-am30 */ -#define BOARD_AM32 "am32" +#define BOARD_AM32 "stdeval1" { {"board", required_argument, NULL, OPTION_BOARD}, '\0', "none" /* rely on compile-time string concatenation for other options */ "|" BOARD_AM32 -- 2.7.4