gdb/23712: Test case for multidictionary
[deliverable/binutils-gdb.git] / ld / emultempl / bfin.em
index 1439da2bdc800eb121c6f7a3a77ac7f72a6fde47..d5d9856e96d1afc2357f9976c949d2aeff44bf76 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright (C) 2010-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -50,9 +50,9 @@ PARSE_AND_LIST_LONGOPTS='
 
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("\
-  --code-in-l1                Put code in L1.\n\
-  --data-in-l1                Put data in L1.\n"
-                  ));
+  --code-in-l1                Put code in L1\n"));
+  fprintf (file, _("\
+  --data-in-l1                Put data in L1\n"));
 '
 
 PARSE_AND_LIST_ARGS_CASES='
This page took 0.023114 seconds and 4 git commands to generate.