2010-09-24 Thomas Schwinge <thomas@codesourcery.com>

* elflink.c (bfd_elf_reloc_symbol_deleted_p): Compare the symbol index
	to STN_UNDEF, not SHN_UNDEF.
This commit is contained in:
Thomas Schwinge 2010-09-24 11:59:19 +00:00
parent 96a8853a47
commit 2c2fa401c5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-24 Thomas Schwinge <thomas@codesourcery.com>
* elflink.c (bfd_elf_reloc_symbol_deleted_p): Compare the symbol index
to STN_UNDEF, not SHN_UNDEF.
2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
* elf32-tic6x.c (elf32_tic6x_fake_sections): New function.

View File

@ -12196,7 +12196,7 @@ bfd_elf_reloc_symbol_deleted_p (bfd_vma offset, void *cookie)
continue;
r_symndx = rcookie->rel->r_info >> rcookie->r_sym_shift;
if (r_symndx == SHN_UNDEF)
if (r_symndx == STN_UNDEF)
return TRUE;
if (r_symndx >= rcookie->locsymcount