mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* run.c (usage): Fix a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-20 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* run.c (usage): Fix a typo.
|
||||||
|
|
||||||
2001-07-05 Ben Elliston <bje@redhat.com>
|
2001-07-05 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* Make-common.in (srccgen): Remove.
|
* Make-common.in (srccgen): Remove.
|
||||||
|
@ -318,7 +318,7 @@ usage ()
|
|||||||
fprintf (stderr, "-c size Set simulator cache size to `size'.\n");
|
fprintf (stderr, "-c size Set simulator cache size to `size'.\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIM_H8300
|
#ifdef SIM_H8300
|
||||||
fprintf (stderr, "-h Executable is for h8/300h or h8/300s.\n");
|
fprintf (stderr, "-h Executable is for H8/300H or H8/S.\n");
|
||||||
#endif
|
#endif
|
||||||
fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n");
|
fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n");
|
||||||
#ifdef SIM_HAVE_ENVIRONMENT
|
#ifdef SIM_HAVE_ENVIRONMENT
|
||||||
|
Reference in New Issue
Block a user