* elflink.c (_bfd_elf_merge_symbol): Revert previous patch.
authorAlan Modra <amodra@gmail.com>
Tue, 13 Oct 2009 04:06:20 +0000 (04:06 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 13 Oct 2009 04:06:20 +0000 (04:06 +0000)
bfd/ChangeLog
bfd/elflink.c

index 43c73053146f3ff9ad1980ed41c75f8557eafc22..81e6835169e3a4ca13e802d6a10a795791491bd1 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (_bfd_elf_merge_symbol): Revert previous patch.
+
 2009-10-12  Roland McGrath  <roland@frob.com>
 
        * elflink.c (elf_link_add_object_symbols, _bfd_elf_merge_symbol):
index 8297a4045716c13a9ec10ceb92ed5d5a1238286c..02f10ee3626634d743e24ceb8d641d3d2deab405 100644 (file)
@@ -1110,19 +1110,19 @@ _bfd_elf_merge_symbol (bfd *abfd,
 
       if (tdef && ntdef)
        (*_bfd_error_handler)
-         (_("%B: TLS definition in %B section %A mismatches non-TLS definition in %B section %A"),
+         (_("%s: TLS definition in %B section %A mismatches non-TLS definition in %B section %A"),
           tbfd, tsec, ntbfd, ntsec, h->root.root.string);
       else if (!tdef && !ntdef)
        (*_bfd_error_handler)
-         (_("%B: TLS reference in %B mismatches non-TLS reference in %B"),
+         (_("%s: TLS reference in %B mismatches non-TLS reference in %B"),
           tbfd, ntbfd, h->root.root.string);
       else if (tdef)
        (*_bfd_error_handler)
-         (_("%B: TLS definition in %B section %A mismatches non-TLS reference in %B"),
+         (_("%s: TLS definition in %B section %A mismatches non-TLS reference in %B"),
           tbfd, tsec, ntbfd, h->root.root.string);
       else
        (*_bfd_error_handler)
-         (_("%B: TLS reference in %B mismatches non-TLS definition in %B section %A"),
+         (_("%s: TLS reference in %B mismatches non-TLS definition in %B section %A"),
           tbfd, ntbfd, ntsec, h->root.root.string);
 
       bfd_set_error (bfd_error_bad_value);