gdb/23712: Test case for multidictionary
[deliverable/binutils-gdb.git] / ld / emultempl / scoreelf.em
index 367f75868e4d0d97e148e59b8396500a762583d6..4370c28a1234db08477e6a29eed4911ec0704abc 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright (C) 2006-2017 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 #   Contributed by:
 #   Brain.lin (brain.lin@sunplusct.com)
 #   Mei Ligang (ligang@sunnorth.com.cn)
@@ -52,8 +52,8 @@ score_elf_after_open (void)
         These will only be created if the output format is an score format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      einfo (_("%F%X%P: error: cannot change output format "
-              "whilst linking S+core binaries\n"));
+      einfo (_("%F%P: error: cannot change output format "
+              "whilst linking %s binaries\n"), "S+core");
       return;
     }
 
This page took 0.023498 seconds and 4 git commands to generate.