aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-12-09 13:31:39 +0100
committerJan Beulich <jbeulich@suse.com>2019-12-09 13:31:39 +0100
commitf2f5811f766b44b5b0b17142406d4bd00f16de17 (patch)
treedadc7b2f931bf28096a02bb5f6c649e2f48fdd18 /gas/ChangeLog
parent164d49cb1c9b9f7e2914cf78f64f5f57ceb07dde (diff)
downloadgdb-f2f5811f766b44b5b0b17142406d4bd00f16de17.zip
gdb-f2f5811f766b44b5b0b17142406d4bd00f16de17.tar.gz
gdb-f2f5811f766b44b5b0b17142406d4bd00f16de17.tar.bz2
x86/Intel: support "mmword ptr"
This is an alias of "qword ptr", commonly used with MMX insns. At this occasion also test (alongside the newly supported "mmword") - "zmmword" used as expression, - PADDB with "oword ptr" (aliasing "xmmword ptr").
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f198b01..3f9344e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
2019-12-09 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386-intel.c (O_mmword_ptr): Define.
+ (i386_types): Add mmword entry.
+ (i386_intel_simplify, i386_intel_operand): Add comment.
+ * testsuite/gas/i386/intel-expr.s: Also test mmword and zmmword.
+ * testsuite/gas/i386/intelok.s: Also test "mmword ptr".
+ * testsuite/gas/i386/intel-expr.d, testsuite/gas/i386/intelok.d,
+ testsuite/gas/i386/intelok.e: Adjust expectations.
+
+2019-12-09 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386-intel.c (i386_intel_operand): Set "byte"
attribute suffix instead of suffix for floating point insns when
handling O_near_ptr / O_far_ptr.