MIPS/BFD: Correct an FP ABI warning
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 4 Jan 2016 22:46:40 +0000 (22:46 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 4 Jan 2016 22:48:14 +0000 (22:48 +0000)
commitdcb1c79659056a9b762feb235815ef283725490f
tree49a43bbff488f9dcf935ce690c39cf02fc1941a9
parent8d7d784e23b5b2f8c7e28ece1bdb73b58199f16f
MIPS/BFD: Correct an FP ABI warning

Correct a warning produced on any FP ABI mismatch observed.  Unlike the
other settings, which in the presence of `.MIPS.abiflags' are duplicated
in the `e_flags' member of the ELF file header, information on the FP
ABI in use is duplicated in `.gnu.attributes' rather than in the former
place.  Update the warning message accordingly.

bfd/
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
an FP ABI warning.
bfd/ChangeLog
bfd/elfxx-mips.c