Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>
authorJoyce Janczyn <janczyn@cygnus>
Fri, 19 Jun 1998 16:02:51 +0000 (16:02 +0000)
committerJoyce Janczyn <janczyn@cygnus>
Fri, 19 Jun 1998 16:02:51 +0000 (16:02 +0000)
* interp.c (board): Rename am32 to stdeval1 as this is the name
consistently used to refer to the mn1030002 board.

sim/mn10300/ChangeLog
sim/mn10300/interp.c

index 4a63f19b94a3bbb2e62ec2e06bb326eb05522f09..ee8c9a5a9efa44dc68023a3b38fe768aa791fd8c 100644 (file)
@@ -1,4 +1,9 @@
 start-sanitize-am30
+Fri Jun 19 11:59:26 1998  Joyce Janczyn  <janczyn@cygnus.com>
+
+       * 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  <janczyn@cygnus.com>
        * interp.c (sim_open): Fix typo in address of EXTMD register
        (0x34000280, not 0x3400280).
index e67bee88c95c5c44111006d95356e4ab22b70cf1..9d84cc045724e80389d0a43d97de3a6b51c98a82 100644 (file)
@@ -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
This page took 0.029995 seconds and 4 git commands to generate.