mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Fix a typo.
This commit is contained in:
@ -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>
|
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elflink.c (elf_link_input_bfd): Remove the extra `\n' in
|
* elflink.c (elf_link_input_bfd): Remove the extra `\n' in
|
||||||
|
@ -2914,7 +2914,7 @@ assign_section_numbers (bfd *abfd)
|
|||||||
= get_elf_backend_data (abfd);
|
= get_elf_backend_data (abfd);
|
||||||
if (bed->link_order_error_handler)
|
if (bed->link_order_error_handler)
|
||||||
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);
|
abfd, s);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user