* elf.c (assign_section_numbers): Fix a typo.
This commit is contained in:
H.J. Lu
2005-04-01 00:30:49 +00:00
parent 595cf52ef2
commit 28b1374403
2 changed files with 5 additions and 1 deletions

View File

@@ -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