summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-07-10 16:24:03 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-07-10 16:24:03 +0000
commit6aaf56daf22eee688b0e23fdeadec3b489c992d5 (patch)
tree8eaef19882778693e5041985c33ed425193d958b
parentb43e7b5f46af70af03128bd4400e915f16b2a123 (diff)
downloadbinutils-redhat-6aaf56daf22eee688b0e23fdeadec3b489c992d5.tar.gz
(_bfd_mips_elf_section_from_shdr): Add missing
paren.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-mips.c2
2 files changed, 6 insertions, 1 deletions
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 <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.
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: