From 08eb30b625e5cc53a253f9550a8c1ce8b93cdec9 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 22 Sep 1995 02:37:04 +0000 Subject: [PATCH] minor cleanup --- bfd/elf32-ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index aecb73818c..ba603f7af8 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, -- 2.34.1