summaryrefslogtreecommitdiff
path: root/include/elf/mips.h
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2014-10-17 11:07:17 +0100
committerMatthew Fortune <matthew.fortune@imgtec.com>2014-10-22 10:37:26 +0100
commit00ac7aa072c90d95615bd1c89c699f0ea5eeae22 (patch)
treecc5ed1cb8a3284f7efae4a5b670ff20dfc81fa83 /include/elf/mips.h
parent60822996412bf596f4f786492b0d787ff82417ec (diff)
downloadbinutils-gdb-00ac7aa072c90d95615bd1c89c699f0ea5eeae22.tar.gz
Show information about unknown ASEs and extensions in .MIPS.abiflags
bfd/ * elfxx-mips.c (print_mips_ases): Print unknown ASEs. (print_mips_isa_ext): Print the value of an unknown extension. binutils/ * readelf.c (print_mips_ases): Print unknown ASEs. (print_mips_isa_ext): Print the value of an unknown extension. include/ * elf/mips.h (AFL_ASE_MASK): Define.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r--include/elf/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 1fa69c15c31..2ed6acd288d 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -1224,6 +1224,7 @@ extern void bfd_mips_elf_swap_abiflags_v0_out
#define AFL_ASE_MIPS16 0x00000400 /* MIPS16 ASE. */
#define AFL_ASE_MICROMIPS 0x00000800 /* MICROMIPS ASE. */
#define AFL_ASE_XPA 0x00001000 /* XPA ASE. */
+#define AFL_ASE_MASK 0x00001fff /* All ASEs. */
/* Values for the isa_ext word of an ABI flags structure. */