]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 19 Oct 2003 15:58:18 +0000 (15:58 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 19 Oct 2003 15:58:18 +0000 (15:58 +0000)
newline to message.

ld/ChangeLog
ld/emultempl/ticoff.em

index 74b2cd98903e71f73905819246647bab09e80779..20243453599ca5cb0fe15e637d10c3db0cb4f132 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
index ce9f73984216308e1b6db23c8a4ca2ff057cbbd8..29b1afb1863f352becc5c8ea25cc2a696d85ec2b 100644 (file)
@@ -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