2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 22 Jul 2004 15:06:32 +0000 (15:06 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 22 Jul 2004 15:06:32 +0000 (15:06 +0000)
* elflink.c (elf_fixup_link_order): Add _() to error message.

bfd/ChangeLog
bfd/elflink.c

index d0eb8ee0849213bcf6fc9aa1c6a5e82c67492b9c..e2c49e834c0eba15ecff5860ac95ee49c2710ef4 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (elf_fixup_link_order): Add _() to error message.
+
 2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elflink.c (elf_fixup_link_order): Issue a warning and flag
index e3f5e4af828076b45debd11799bc5b13b8ce699d..2e958cf249adfa4b1e3854b35cba1faa229daab2 100644 (file)
@@ -7253,7 +7253,7 @@ elf_fixup_link_order (bfd *abfd, asection *o)
 
   if (seen_other && seen_linkorder)
     {
-      (*_bfd_error_handler) ("%s: has both ordered and unordered sections",
+      (*_bfd_error_handler) (_("%s: has both ordered and unordered sections"),
                             o->name);
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
This page took 0.036278 seconds and 4 git commands to generate.