MIPS/include: opcode/mips.h: Add a comment for ASE_DSPR3
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 02:27:57 +0000 (02:27 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 12:26:11 +0000 (12:26 +0000)
Complement commit 8f4f9071ad5f ("Add MIPS32 DSPr3 support.").

include/
* opcode/mips.h (ASE_DSPR3): Add a comment.

include/ChangeLog
include/opcode/mips.h

index bb748fe9858ab73b968b33fa9356e9d77c884d93..7d37b15c239fb7308478660837b015aea364b559 100644 (file)
@@ -1,3 +1,7 @@
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * opcode/mips.h (ASE_DSPR3): Add a comment.
+
 2016-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * opcode/arm.h (ARM_EXT2_V8_3A, ARM_AEXT2_V8_3A): New.
index b1d4ef6a941c69191f846264defa8588cccffe24..08bc24f56d0912bb9862fa8f8a3a6ca297947b53 100644 (file)
@@ -1260,6 +1260,7 @@ static const unsigned int mips_isa_table[] = {
 #define ASE_MSA64              0x00001000
 /* eXtended Physical Address (XPA) Extension.  */
 #define ASE_XPA                        0x00002000
+/* DSP R3 Module.  */
 #define ASE_DSPR3              0x00004000
 
 /* MIPS ISA defines, use instead of hardcoding ISA level.  */