diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea7d10bee6..291aebf747 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-07-10 Andreas Schwab + + * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Add missing + paren. + 2008-07-09 Craig Silverstein * Makefile.am (BFD32_LIBS): Add compress.lo. diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index b71d08fc0a..08399131f5 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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: