(_bfd_mips_elf_section_from_shdr): Add missing

paren.
This commit is contained in:
Andreas Schwab 2008-07-10 16:24:03 +00:00
parent 10568435e1
commit 355d10dc14
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-10 Andreas Schwab <schwab@suse.de>
* elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Add missing
paren.
2008-07-09 Craig Silverstein <csilvers@google.com>
* Makefile.am (BFD32_LIBS): Add compress.lo.

View File

@ -5702,7 +5702,7 @@ _bfd_mips_elf_section_from_shdr (bfd *abfd,
break;
case SHT_MIPS_DWARF:
if (! CONST_STRNEQ (name, ".debug_")
&& ! CONST_STRNEQ (name, ".zdebug_")
&& ! CONST_STRNEQ (name, ".zdebug_"))
return FALSE;
break;
case SHT_MIPS_SYMBOL_LIB: