aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 05:18:11 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 05:18:11 +0000
commit8c43a48b28ad8e92b3e788ae511844eea4f4a801 (patch)
tree06691241772e09572e9e10b3a09cc34349421e02 /opcodes/ChangeLog
parent8cd7925b457188d333760956a2aa06d8aa302fb0 (diff)
downloadgdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.zip
gdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.tar.gz
gdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.tar.bz2
Replace VEX2SOURCES with XOP2SOURCES.
gas/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (build_modrm_byte): Check XOP2SOURCES instead VEX2SOURCES. opcodes/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.h (VEX2SOURCES): Renamed to ... (XOP2SOURCES): This.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 01d250e..fb780a1 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-opc.h (VEX2SOURCES): Renamed to ...
+ (XOP2SOURCES): This.
+
+2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-gen.c (opcode_modifiers): Remove Vex3Sources and
Vex2Sources. Add VexSources.