OSDN Git Service

2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Thu, 22 Jul 2004 15:06:32 +0000 (15:06 +0000)
committerH.J. Lu <hjl@lucon.org>
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 d0eb8ee..e2c49e8 100644 (file)
@@ -1,5 +1,9 @@
 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
        an error if failed.
 
index e3f5e4a..2e958cf 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;