2004-07-22 H.J. Lu <hongjiu.lu@intel.com>

* elflink.c (elf_fixup_link_order): Add _() to error message.
This commit is contained in:
H.J. Lu 2004-07-22 15:06:32 +00:00
parent 08ccf96b08
commit 65da361f2b
2 changed files with 5 additions and 1 deletions

View 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

View 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;