OSDN Git Service

2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Fri, 1 Apr 2005 00:30:49 +0000 (00:30 +0000)
committerH.J. Lu <hjl@lucon.org>
Fri, 1 Apr 2005 00:30:49 +0000 (00:30 +0000)
* elf.c (assign_section_numbers): Fix a typo.

bfd/ChangeLog
bfd/elf.c

index 17505c6..bc8d44c 100644 (file)
@@ -1,5 +1,9 @@
 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * elf.c (assign_section_numbers): Fix a typo.
+
+2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
        * elflink.c (elf_link_input_bfd): Remove the extra `\n' in
        error message.
        (_bfd_elf_section_already_linked): Likewise.
index 4e2b21b..dfbad3c 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2914,7 +2914,7 @@ assign_section_numbers (bfd *abfd)
                            = get_elf_backend_data (abfd);
                          if (bed->link_order_error_handler)
                            bed->link_order_error_handler
-                             (_("%B: warning: sh_link not set for section `%S'"),
+                             (_("%B: warning: sh_link not set for section `%A'"),
                               abfd, s);
                        }
                      else