diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-10-19 15:58:18 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-10-19 15:58:18 +0000 |
commit | c2411cd2708cb23c759bfadfc130a4b8d2aae77d (patch) | |
tree | 2e2ec7b73228a5256fc39b2585cc3b0b21e27af6 /ld/emultempl/ticoff.em | |
parent | 655f76a203b57deeb114af950604bc31e4f2e8f6 (diff) | |
download | gdb-c2411cd2708cb23c759bfadfc130a4b8d2aae77d.zip gdb-c2411cd2708cb23c759bfadfc130a4b8d2aae77d.tar.gz gdb-c2411cd2708cb23c759bfadfc130a4b8d2aae77d.tar.bz2 |
* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
newline to message.
Diffstat (limited to 'ld/emultempl/ticoff.em')
-rw-r--r-- | ld/emultempl/ticoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index ce9f739..29b1afb 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -62,7 +62,7 @@ gld${EMULATION_NAME}_add_options static void 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 |