* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove

assertions.
This commit is contained in:
Maciej W. Rozycki 2011-10-24 13:58:47 +00:00
parent b022178194
commit 61a2712e81
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
assertions.
2011-10-24 Eugeniy Meshcheryakov <eugen@debian.org>
PR ld/13273

View File

@ -6337,7 +6337,6 @@ _bfd_mips_elf_symbol_processing (bfd *abfd, asymbol *asym)
{
asection *section = bfd_get_section_by_name (abfd, ".text");
BFD_ASSERT (SGI_COMPAT (abfd));
if (section != NULL)
{
asym->section = section;
@ -6353,7 +6352,6 @@ _bfd_mips_elf_symbol_processing (bfd *abfd, asymbol *asym)
{
asection *section = bfd_get_section_by_name (abfd, ".data");
BFD_ASSERT (SGI_COMPAT (abfd));
if (section != NULL)
{
asym->section = section;