aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-10-24 13:58:47 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-10-24 13:58:47 +0000
commit61a2712e81a7c1ab374f77573008b9448a553bbe (patch)
treed25260c7aa53dc3abbbd325a24e58d6455763e83 /bfd/elfxx-mips.c
parentb022178194deccf956290b7e8c76789633e01122 (diff)
downloadfsf-binutils-gdb-61a2712e81a7c1ab374f77573008b9448a553bbe.zip
fsf-binutils-gdb-61a2712e81a7c1ab374f77573008b9448a553bbe.tar.gz
fsf-binutils-gdb-61a2712e81a7c1ab374f77573008b9448a553bbe.tar.bz2
* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
assertions.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 6fc9d81..8bb3f53 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;