From 28b13744034126dc942e733967d2dad3986e41d1 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 1 Apr 2005 00:30:49 +0000 Subject: [PATCH] 2005-03-31 H.J. Lu * elf.c (assign_section_numbers): Fix a typo. --- bfd/ChangeLog | 4 ++++ bfd/elf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 17505c6ff0b..bc8d44c404b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-03-31 H.J. Lu + + * elf.c (assign_section_numbers): Fix a typo. + 2005-03-31 H.J. Lu * elflink.c (elf_link_input_bfd): Remove the extra `\n' in 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 -- 2.30.2