projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71ac3f
)
minor cleanup
author
Michael Meissner
<gnu@the-meissners.org>
Fri, 22 Sep 1995 02:37:04 +0000
(
02:37
+0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Fri, 22 Sep 1995 02:37:04 +0000
(
02:37
+0000)
bfd/elf32-ppc.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-ppc.c
b/bfd/elf32-ppc.c
index aecb73818ca5a873dd7b2c94949916f4455dc5e0..ba603f7af8a96a9c8fadabf33b55c55652812a36 100644
(file)
--- 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,