aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-07-22 15:06:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-07-22 15:06:32 +0000
commit65da361f2b27c30b7af5a536743c3213245a4cd8 (patch)
tree11f703503e682634e3fe6d18d766d5910d2ae100 /bfd/elflink.c
parent08ccf96b08ce2ef122d880c1531f77cf54fdd09d (diff)
downloadgdb-65da361f2b27c30b7af5a536743c3213245a4cd8.zip
gdb-65da361f2b27c30b7af5a536743c3213245a4cd8.tar.gz
gdb-65da361f2b27c30b7af5a536743c3213245a4cd8.tar.bz2
2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_fixup_link_order): Add _() to error message.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r--bfd/elflink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c
index e3f5e4a..2e958cf 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;