diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:00:21 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:20 +0930 |
commit | 7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (patch) | |
tree | 1e93fb187daaaf4581866a0151a4a7cdc0750b9d /bfd/elfxx-mips.h | |
parent | 6e67e6b05abcb29148cda042c1297ad63e6c75f2 (diff) | |
download | binutils-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.zip binutils-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.tar.gz binutils-7beeaeb8c6d84ecc899b9454d9b92521e515fe4a.tar.bz2 |
mips bfd.h tidy
bfd/
* bfd-in.h: Move mips function declaration to..
* elfxx-mips.h: ..here.
* bfd-in2.h: Regenerate.
opcodes/
* mips-dis.c: Include elfxx-mips.h. Move "elf-bfd.h" and
"elf/mips.h" earlier.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r-- | bfd/elfxx-mips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 8e796a9..fe0e50f 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -176,6 +176,9 @@ extern int _bfd_mips_elf_cant_unwind_opcode (struct bfd_link_info *); extern void _bfd_mips_elf_record_xhash_symbol (struct elf_link_hash_entry *h, bfd_vma xlat_loc); +/* MIPS ABI flags data access. For the disassembler. */ +extern struct elf_internal_abiflags_v0 *bfd_mips_elf_get_abiflags (bfd *); + static inline bfd_boolean gprel16_reloc_p (unsigned int r_type) { |