From 355d10dc148e87c7572b269ef1e59d1072ac1d65 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 10 Jul 2008 16:24:03 +0000 Subject: [PATCH] (_bfd_mips_elf_section_from_shdr): Add missing paren. --- bfd/ChangeLog | 5 +++++ bfd/elfxx-mips.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea7d10b..291aebf 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 b71d08f..0839913 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: -- 2.7.4