minor cleanup
authorMichael Meissner <gnu@the-meissners.org>
Fri, 22 Sep 1995 02:33:41 +0000 (02:33 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Fri, 22 Sep 1995 02:33:41 +0000 (02:33 +0000)
bfd/elf32-ppc.c

index 3620c7f8131c7684fb18f93e649ffbf77e31320f..aecb73818ca5a873dd7b2c94949916f4455dc5e0 100644 (file)
@@ -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));