aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-09-22 02:33:41 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-09-22 02:33:41 +0000
commita71ac3f9164e85c1478478aa42cf319500d5bb19 (patch)
tree82540045bc98ae993434789f226b8a88605b8e09
parentdd82c578be73d9140d047f30636320e25165c4ab (diff)
downloadgdb-a71ac3f9164e85c1478478aa42cf319500d5bb19.zip
gdb-a71ac3f9164e85c1478478aa42cf319500d5bb19.tar.gz
gdb-a71ac3f9164e85c1478478aa42cf319500d5bb19.tar.bz2
minor cleanup
-rw-r--r--bfd/elf32-ppc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 3620c7f..aecb738 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -937,7 +937,6 @@ ppc_elf_merge_private_bfd_data (ibfd, obfd)
if ((new_flags & EF_PPC_RELOCATABLE) != 0
&& (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0)
{
- new_flags &= ~EF_PPC_RELOCATABLE;
fprintf (stderr,
"%s: compiled with -mrelocatable and linked with modules compiled normally\n",
bfd_get_filename (ibfd));
@@ -945,7 +944,6 @@ ppc_elf_merge_private_bfd_data (ibfd, obfd)
else if ((new_flags & EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB) == 0
&& (old_flags & EF_PPC_RELOCATABLE) != 0)
{
- old_flags &= ~EF_PPC_RELOCATABLE;
fprintf (stderr,
"%s: compiled normally and linked with modules compiled with -mrelocatable\n",
bfd_get_filename (ibfd));