mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Fix warning message
This commit is contained in:
@ -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>
|
2001-03-15 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
|
* elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
|
||||||
|
@ -2173,10 +2173,10 @@ Error: %s uses %s floating point, whereas %s uses %s floating point"),
|
|||||||
if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK))
|
if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK))
|
||||||
_bfd_error_handler (_("\
|
_bfd_error_handler (_("\
|
||||||
Warning: %s %s interworking, whereas %s %s"),
|
Warning: %s %s interworking, whereas %s %s"),
|
||||||
bfd_get_filename (ibfd),
|
bfd_get_filename (ibfd),
|
||||||
in_flags & EF_ARM_INTERWORK ? _("supports") : _("does not support"),
|
in_flags & EF_ARM_INTERWORK ? _("supports") : _("does not support"),
|
||||||
bfd_get_filename (obfd),
|
bfd_get_filename (obfd),
|
||||||
out_flags & EF_ARM_INTERWORK ? _("does not") : _("does"));
|
out_flags & EF_ARM_INTERWORK ? _("does") : _("does not"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return flags_compatible;
|
return flags_compatible;
|
||||||
|
Reference in New Issue
Block a user