diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-01-15 21:24:13 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2010-01-15 21:24:13 +0000 |
commit | a6461c0251a16ac7d7e373636665f3d693c0c81b (patch) | |
tree | 69b39de85dadf383641aa01b7435d29180663012 /opcodes/ChangeLog | |
parent | 64aa97315d44fc3f70974d972a9f2c219e584395 (diff) | |
download | gdb-a6461c0251a16ac7d7e373636665f3d693c0c81b.zip gdb-a6461c0251a16ac7d7e373636665f3d693c0c81b.tar.gz gdb-a6461c0251a16ac7d7e373636665f3d693c0c81b.tar.bz2 |
2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
gas/
* config/tc-i386.c (md_assemble): Before accessing the IMM field
check that it's not an XOP insn.
gas/testsuite/
* gas/i386/x86-64-xop.d: Add missing patterns.
* gas/i386/x86-64-xop.s: Same.
* gas/i386/xop.d: Same.
* gas/i386/xop.s: Same.
opcodes/
* i386-opc.tbl: Support all the possible aliases for VPCOM* insns.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8088f6a..32a31d3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-01-15 Sebastian Pop <sebastian.pop@amd.com> + + * i386-opc.tbl: Support all the possible aliases for VPCOM* insns. + * i386-tbl.h: Regenerated. + 2010-01-14 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in |