2005-03-31 H.J. Lu <hongjiu.lu@intel.com>

* 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

@ -1,3 +1,7 @@
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

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