aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2005-04-01 00:30:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2005-04-01 00:30:49 +0000
commit28b13744034126dc942e733967d2dad3986e41d1 (patch)
treef70a5ab1eb48d55e4ae1ff3a8fafcf45a721614f /bfd/elf.c
parent595cf52ef2b0da2bc521f82cfefca1b964c852a6 (diff)
downloadgdb-28b13744034126dc942e733967d2dad3986e41d1.zip
gdb-28b13744034126dc942e733967d2dad3986e41d1.tar.gz
gdb-28b13744034126dc942e733967d2dad3986e41d1.tar.bz2
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Fix a typo.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 4e2b21b..dfbad3c 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