aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-12-09 13:28:43 +0100
committerJan Beulich <jbeulich@suse.com>2019-12-09 13:28:43 +0100
commit37404387124c7abb78c3e21193572e4035f0beb5 (patch)
treedc3e2eb77ce8fdf2be20f7177cdfcc824efffc70 /gas/ChangeLog
parent2ff1ae54a2a2dc5270bd2df668c0ed94ff876f71 (diff)
downloadfsf-binutils-gdb-37404387124c7abb78c3e21193572e4035f0beb5.zip
fsf-binutils-gdb-37404387124c7abb78c3e21193572e4035f0beb5.tar.gz
fsf-binutils-gdb-37404387124c7abb78c3e21193572e4035f0beb5.tar.bz2
x86/Intel: drop pointless special casing of LxS
LDS et al don't accept "word ptr" operands anyway, as per their insn templates. Hence there's no need to special case this here; the check has become dysfunctional anyway by dc2be329b950 ("i386: Only check suffix in instruction mnemonic").
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0e9a585..96bab96 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-09 Jan Beulich <jbeulich@suse.com>
+
+ * config/tc-i386-intel.c (i386_intel_operand): Don't special
+ case LDS et al when handling O_word_ptr.
+
2019-12-08 Alan Modra <amodra@gmail.com>
* testsuite/gas/aarch64/bfloat16.d: Match 32-bit and 64-bit output.