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));
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));