From: Maciej W. Rozycki Date: Mon, 24 Oct 2011 13:58:47 +0000 (+0000) Subject: * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=61a2712e81a7c1ab374f77573008b9448a553bbe;p=deliverable%2Fbinutils-gdb.git * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove assertions. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 49b97c6eb1..9ae63911a3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2011-10-24 Maciej W. Rozycki + + * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove + assertions. + 2011-10-24 Eugeniy Meshcheryakov PR ld/13273 diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 6fc9d81fcb..8bb3f5305c 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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;