summaryrefslogtreecommitdiff
path: root/binutils/srconv.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-12-09 18:59:54 +0000
committerTom Tromey <tromey@redhat.com>2008-12-09 18:59:54 +0000
commitda83465ce54501900e17ba58612235bcec583afc (patch)
tree3736fdc0c60b9e46121fb25d36061a050af64785 /binutils/srconv.c
parenta17930004eea4cda64bcc8fc0b90cb11c5225b54 (diff)
downloadbinutils-redhat-da83465ce54501900e17ba58612235bcec583afc.tar.gz
bfd
* pef.c (bfd_pef_parse_traceback_table): Add parens to placate gcc 4.4. binutils * srconv.c (wr_hd): Add parens to placate gcc 4.4.
Diffstat (limited to 'binutils/srconv.c')
-rw-r--r--binutils/srconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/srconv.c b/binutils/srconv.c
index 2a7d63876a..efccd66439 100644
--- a/binutils/srconv.c
+++ b/binutils/srconv.c
@@ -1,6 +1,6 @@
/* srconv.c -- Sysroff conversion program
Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2007 Free Software Foundation, Inc.
+ 2005, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -415,7 +415,7 @@ wr_hd (struct coff_ofile *p)
abort ();
}
- if (! bfd_get_file_flags(abfd) & EXEC_P)
+ if (! (bfd_get_file_flags(abfd) & EXEC_P))
{
hd.ep = 0;
}