aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-01-30 11:33:53 +0100
committerJan Beulich <jbeulich@suse.com>2020-01-30 11:33:53 +0100
commit62b3f54810e4065cdfe420141df34c97b5abb165 (patch)
tree98a42fd2330408c2bb4811bbcbc485ff3bc8f36a /gas/ChangeLog
parent1bd8ae1004919317e7aa3cc2bb1d5d0d74d9f03e (diff)
downloadgdb-62b3f54810e4065cdfe420141df34c97b5abb165.zip
gdb-62b3f54810e4065cdfe420141df34c97b5abb165.tar.gz
gdb-62b3f54810e4065cdfe420141df34c97b5abb165.tar.bz2
x86: drop further pointless/bogus DefaultSize
- 64-bit CALL permitting just a single operand size doesn't need it. - FLDENV et al should never have had it. It remains suspicious that a number of 64-bit only insns continue to have the attribute, despite this being intended for .code16gcc handling only.
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 9109784..28a964d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-30 Jan Beulich <jbeulich@suse.com>
+
+ * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
+ special case.
+
2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/25445