diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-06-25 21:20:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-06-25 21:20:20 +0000 |
commit | 5f15756d1177d72d8d32465bed939a1ace016592 (patch) | |
tree | 89842e3814a18ccb6c443db2172167476009045f /opcodes/i386-opc.h | |
parent | 0a7692b27deb082a2102e0be6b1124916b420c3b (diff) | |
download | gdb-5f15756d1177d72d8d32465bed939a1ace016592.zip gdb-5f15756d1177d72d8d32465bed939a1ace016592.tar.gz gdb-5f15756d1177d72d8d32465bed939a1ace016592.tar.bz2 |
gas/
2007-06-25 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_operands): Replace regKludge
with RegKludge.
opcodes/
2007-06-25 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (regKludge): Renamed to ...
(RegKludge): This.
* i386-opc.c (i386_optab): Replace regKludge with RegKludge.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 019e5a8..5372d4a 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -116,7 +116,7 @@ typedef struct template #define No_xSuf 0x200000 /* x suffix on instruction illegal */ #define FWait 0x400000 /* instruction needs FWAIT */ #define IsString 0x800000 /* quick test for string instructions */ -#define regKludge 0x1000000 /* fake an extra reg operand for clr, imul +#define RegKludge 0x1000000 /* fake an extra reg operand for clr, imul and special register processing for some instructions. */ #define IsPrefix 0x2000000 /* opcode is a prefix */ |