diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2014-05-06 20:13:03 +0100 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2014-05-06 20:13:03 +0100 |
commit | 757a636fb585824699b1cc4f8f23dbc3a6a6d914 (patch) | |
tree | 15953a6dfe98f06376da2abe15580ba510cc0e79 /bfd/elfxx-mips.h | |
parent | 5e824b358f831b0cc4352ed6a3079c6f540fc107 (diff) | |
download | gdb-757a636fb585824699b1cc4f8f23dbc3a6a6d914.zip gdb-757a636fb585824699b1cc4f8f23dbc3a6a6d914.tar.gz gdb-757a636fb585824699b1cc4f8f23dbc3a6a6d914.tar.bz2 |
bfd/
* elfxx-mips.h (elfxx-mips.h): Declare.
* elfxx-mips.c (mips_elf_merge_obj_attributes): Use it to report
Tag_GNU_MIPS_ABI_FP mismatches.
(_bfd_mips_fp_abi_string): New function.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r-- | bfd/elfxx-mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index e6ec673..95b98ac 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -108,6 +108,8 @@ extern bfd_boolean _bfd_mips_elf_merge_private_bfd_data (bfd *, bfd *); extern bfd_boolean _bfd_mips_elf_set_private_flags (bfd *, flagword); +extern const char * _bfd_mips_fp_abi_string + (int); extern bfd_boolean _bfd_mips_elf_print_private_bfd_data (bfd *, void *); extern bfd_boolean _bfd_mips_elf_discard_info |