mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
newline to message.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2003-10-19 Andreas Schwab <schwab@suse.de>
|
2003-10-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
|
||||||
|
newline to message.
|
||||||
|
|
||||||
* deffilep.y: Remove commas from %token lines.
|
* deffilep.y: Remove commas from %token lines.
|
||||||
|
|
||||||
2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
|
2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
@ -62,7 +62,7 @@ gld${EMULATION_NAME}_add_options
|
|||||||
static void
|
static void
|
||||||
gld_${EMULATION_NAME}_list_options (FILE * file)
|
gld_${EMULATION_NAME}_list_options (FILE * file)
|
||||||
{
|
{
|
||||||
fprintf (file, _(" --format 0|1|2 Specify which COFF version to use"));
|
fprintf (file, _(" --format 0|1|2 Specify which COFF version to use\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
|
Reference in New Issue
Block a user