minor cleanup

This commit is contained in:
Michael Meissner 1995-09-22 02:37:04 +00:00
parent a71ac3f916
commit 08eb30b625
1 changed files with 1 additions and 1 deletions

View File

@ -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,