diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 00:30:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 00:30:49 +0000 |
commit | 28b13744034126dc942e733967d2dad3986e41d1 (patch) | |
tree | f70a5ab1eb48d55e4ae1ff3a8fafcf45a721614f /bfd | |
parent | 595cf52ef2b0da2bc521f82cfefca1b964c852a6 (diff) | |
download | gdb-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')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 17505c6..bc8d44c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 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 error message. (_bfd_elf_section_already_linked): Likewise. @@ -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 |