aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-12-09 13:29:14 +0100
committerJan Beulich <jbeulich@suse.com>2019-12-09 13:29:14 +0100
commit4cbda994e6c589b18c88227bf5a2fef089a18cfd (patch)
treedb2c367934d721e7d6688194d4f62a283f3245b9 /gas/ChangeLog
parent37404387124c7abb78c3e21193572e4035f0beb5 (diff)
downloadgdb-4cbda994e6c589b18c88227bf5a2fef089a18cfd.zip
gdb-4cbda994e6c589b18c88227bf5a2fef089a18cfd.tar.gz
gdb-4cbda994e6c589b18c88227bf5a2fef089a18cfd.tar.bz2
x86/Intel: drop pointless suffix setting for "fword ptr"
No floating point insn accepts an "fword ptr" operand, so the "fword" operand flag checking done by match_mem_size() is already sufficient; the setting of the suffix has become meaningless anyway with 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 96bab96..70aff3d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2019-12-09 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386-intel.c (i386_intel_operand): Don't set suffix
+ for floating point insns when handling O_fword_ptr.
+
+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.