* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 13:58:47 +0000 (13:58 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 13:58:47 +0000 (13:58 +0000)
assertions.

bfd/ChangeLog
bfd/elfxx-mips.c

index 49b97c6eb1f156074b87ac6c92f2e38647161b44..9ae63911a389edd8e1af0bb1d0e9fb85f48a5524 100644 (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
index 6fc9d81fcbbc95305606057ead4fb21c237f9fcc..8bb3f5305c7bbf89347da796f08799471dadd74a 100644 (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;
This page took 0.038021 seconds and 4 git commands to generate.