* sim-options.c (standard_options): Fix the names of H8

variants.
This commit is contained in:
Kazu Hirata 2003-11-22 21:37:49 +00:00
parent 74da7425d5
commit a69146da95
2 changed files with 8 additions and 3 deletions

View 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"

View 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