mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* sim-options.c (standard_options): Fix the names of H8
variants.
This commit is contained in:
parent
74da7425d5
commit
a69146da95
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user