gdb/23712: Test case for multidictionary
[deliverable/binutils-gdb.git] / ld / emultempl / genelf.em
index a8d350d5342c57e35e91119f359c98983239b587..472f701dbe90dd8ebbd2c648002c6c0ef9dd431d 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.
 #
 # This file is part of the GNU Binutils.
 #
@@ -54,7 +54,7 @@ gld${EMULATION_NAME}_before_allocation (void)
 {
   if (bfd_link_relocatable (&link_info)
       && !_bfd_elf_size_group_sections (&link_info))
-    einfo ("%X%P: can not size group sections: %E\n");
+    einfo (_("%X%P: can not size group sections: %E\n"));
   before_allocation_default ();
 }
 
This page took 0.023756 seconds and 4 git commands to generate.