aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-01-05 00:16:57 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-01-05 00:16:57 +0000
commitf12dc42220ed7e6c33d5d2334be971ae74b805d5 (patch)
tree71d59b9307167ea4998ab908e74a00848183cc7b /gas/ChangeLog
parente94277cb75ef79dcbb700df6fa8a61951e43d8f6 (diff)
downloadgdb-f12dc42220ed7e6c33d5d2334be971ae74b805d5.zip
gdb-f12dc42220ed7e6c33d5d2334be971ae74b805d5.tar.gz
gdb-f12dc42220ed7e6c33d5d2334be971ae74b805d5.tar.bz2
Implement BMI instructions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 63868a0..356c81d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
+ integer registers in VEX.vvvv. Check register-only source
+ operand when two source operands are swapped. Properly update
+ destination when two source operands are swapped.
+
2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
* gas.c (parse_args): Update copyright to 2011.