This commit is contained in:
Nick Clifton 2001-09-18 07:55:39 +00:00
parent 2b65245ef4
commit 417412a27c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-09-18 Nick Clifton <nickc@cambridge.redhat.com>
* elflink.h (elf_link_input_bfd): Fix typo in error message.
2001-09-17 H.J. Lu <hjl@gnu.org>
* dwarf1.c (parse_die): Take a new arg for the end of the

View File

@ -5980,7 +5980,7 @@ elf_link_input_bfd (finfo, input_bfd)
{
if (isec->symbol->value != isym->st_value)
(*_bfd_error_handler)
(_("%s: invalid section symbol index 0x%x (%s) ingored"),
(_("%s: invalid section symbol index 0x%x (%s) ignored"),
bfd_get_filename (input_bfd), isym->st_shndx,
name);
continue;