diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/mips.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index aeb73af7476..42a63999687 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com> + + * opcode/mips.h (ASE_XPA): New define. + 2014-04-22 Christian Svensson <blue@cmd.nu> * dis-asm.h: Remove openrisc and or32 support. Add support for or1k. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 5cc9d244b7c..a5d2935385a 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -1155,6 +1155,8 @@ static const unsigned int mips_isa_table[] = /* MSA Extension */ #define ASE_MSA 0x00000800 #define ASE_MSA64 0x00001000 +/* eXtended Physical Address (XPA) Extension. */ +#define ASE_XPA 0x00002000 /* MIPS ISA defines, use instead of hardcoding ISA level. */ |