aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 02:10:45 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 02:10:45 +0000
commit1ef99a7be96373a4018f793730e9366172510bb7 (patch)
treedd3c7c4dc6b1faca75e91e854f9bf9ffa7992bbc /gas/ChangeLog
parent0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d (diff)
downloadbinutils-1ef99a7be96373a4018f793730e9366172510bb7.zip
binutils-1ef99a7be96373a4018f793730e9366172510bb7.tar.gz
binutils-1ef99a7be96373a4018f793730e9366172510bb7.tar.bz2
Remove VexW0 and VexW1. Add VexW.
gas/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (build_vex_prefix): Replace vexw0/vexw1 with vexw. (build_modrm_byte): Likewise. opcodes/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Remove VexW0 and VexW1. Add VexW. * i386-opc.h (VexW0): Removed. (VexW1): Likewise. (VEXW0): New. (VEXW1): Likewise. (VexW): Likewise. (i386_opcode_modifier): Remove vexw0 and vexw1. Add vexw. * i386-opc.tbl: Replace VexW0 with VexW=1 and VexW1 with Vex=2. * i386-init.h: Regenerated. * i386-tbl.h: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 595cbfb..837020e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (build_vex_prefix): Replace vexw0/vexw1
+ with vexw.
+ (build_modrm_byte): Likewise.
+
+2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
+
* as.h (mempcpy): New.
* configure.in: Check if mempcpy is declared.