From: Andreas Schwab Date: Sun, 19 Oct 2003 15:58:18 +0000 (+0000) Subject: * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2411cd2708cb23c759bfadfc130a4b8d2aae77d;p=binutils-gdb.git * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add newline to message. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 74b2cd98903..20243453599 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2003-10-19 Andreas Schwab + * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add + newline to message. + * deffilep.y: Remove commas from %token lines. 2003-10-18 Hans-Peter Nilsson diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index ce9f7398421..29b1afb1863 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