summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-04-01 00:30:49 +0000
committerH.J. Lu <hjl@lucon.org>2005-04-01 00:30:49 +0000
commit284043775e03733ec8f8316b6c1a415b88002872 (patch)
tree84f1a6e7d7cf673df02d877c8ce1b52ac7f03943
parente98908969d735fb5f9401784ee6444070def9d08 (diff)
downloadgdb-284043775e03733ec8f8316b6c1a415b88002872.tar.gz
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Fix a typo.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 17505c6ff0b..bc8d44c404b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elf.c b/bfd/elf.c
index 4e2b21b415e..dfbad3cb2bb 100644
--- 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