]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 c7ff60508648e9204c7a7d5ceb38ed6cb669895e..f95071fdf5aeeca073501176d4d3366be9a9f663 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 df12a639b8aabb4b1678be4a9bc8b6dd5947d18a..94d0de4bd7dcb02cece16b9edc59e2b274a4bcec 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