From: H.J. Lu Date: Thu, 22 Jul 2004 15:06:32 +0000 (+0000) Subject: 2004-07-22 H.J. Lu X-Git-Tag: csl-arm-2004-q3~801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65da361f2b27c30b7af5a536743c3213245a4cd8;p=thirdparty%2Fbinutils-gdb.git 2004-07-22 H.J. Lu * elflink.c (elf_fixup_link_order): Add _() to error message. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d0eb8ee0849..e2c49e834c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-07-22 H.J. Lu + + * elflink.c (elf_fixup_link_order): Add _() to error message. + 2004-07-22 H.J. Lu * elflink.c (elf_fixup_link_order): Issue a warning and flag diff --git a/bfd/elflink.c b/bfd/elflink.c index e3f5e4af828..2e958cf249a 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -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;