OSDN Git Service

* sim-options.c (standard_options): Fix the names of H8
authorKazu Hirata <kazu@codesourcery.com>
Sat, 22 Nov 2003 21:37:49 +0000 (21:37 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Sat, 22 Nov 2003 21:37:49 +0000 (21:37 +0000)
variants.

sim/common/ChangeLog
sim/common/sim-options.c

index c7ff605..f95071f 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * sim-options.c (standard_options): Fix the names of H8
+       variants.
+
 2003-10-30  Andrew Cagney  <cagney@redhat.com>
 
        * sim-trace.c, sim-base.h: Replace "struct symbol_cache_entry"
index df12a63..94d0de4 100644 (file)
@@ -154,13 +154,13 @@ static const OPTION standard_options[] =
 
 #ifdef SIM_H8300 /* FIXME: Should be movable to h8300 dir.  */
   { {"h8300h", no_argument, NULL, OPTION_H8300H},
-      'h', NULL, "Indicate the CPU is h8/300h",
+      'h', NULL, "Indicate the CPU is H8/300H",
       standard_option_handler },
   { {"h8300s", no_argument, NULL, OPTION_H8300S},
-      'S', NULL, "Indicate the CPU is h8/300s",
+      'S', NULL, "Indicate the CPU is H8S",
       standard_option_handler },
   { {"h8300sx", no_argument, NULL, OPTION_H8300SX},
-      'x', NULL, "Indicate the CPU is h8/300sx",
+      'x', NULL, "Indicate the CPU is H8SX",
       standard_option_handler },
 #endif