aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-09-22 02:37:04 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-09-22 02:37:04 +0000
commit08eb30b625e5cc53a253f9550a8c1ce8b93cdec9 (patch)
treedd0bbcda2d71c2d95d704749bd0bf1f2b2d1021d /bfd/elf32-ppc.c
parenta71ac3f9164e85c1478478aa42cf319500d5bb19 (diff)
downloadgdb-08eb30b625e5cc53a253f9550a8c1ce8b93cdec9.zip
gdb-08eb30b625e5cc53a253f9550a8c1ce8b93cdec9.tar.gz
gdb-08eb30b625e5cc53a253f9550a8c1ce8b93cdec9.tar.bz2
minor cleanup
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index aecb738..ba603f7 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -941,7 +941,7 @@ ppc_elf_merge_private_bfd_data (ibfd, obfd)
"%s: compiled with -mrelocatable and linked with modules compiled normally\n",
bfd_get_filename (ibfd));
}
- else if ((new_flags & EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB) == 0
+ else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0
&& (old_flags & EF_PPC_RELOCATABLE) != 0)
{
fprintf (stderr,