Fix warning message

This commit is contained in:
Nick Clifton
2001-03-16 17:34:31 +00:00
parent 6bae5bceb3
commit d165939296
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-03-16 Richard Sandiford <rsandifo@redhat.com>
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
2001-03-15 Alan Modra <alan@linuxcare.com.au>
* elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.

View File

@ -2176,7 +2176,7 @@ Warning: %s %s interworking, whereas %s %s"),
bfd_get_filename (ibfd),
in_flags & EF_ARM_INTERWORK ? _("supports") : _("does not support"),
bfd_get_filename (obfd),
out_flags & EF_ARM_INTERWORK ? _("does not") : _("does"));
out_flags & EF_ARM_INTERWORK ? _("does") : _("does not"));
}
return flags_compatible;