From 62b3f54810e4065cdfe420141df34c97b5abb165 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 30 Jan 2020 11:33:53 +0100 Subject: 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. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') 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 + + * config/tc-i386.c (process_suffix): Redo and move FLDENV et al + special case. + 2020-01-27 H.J. Lu PR binutils/25445 -- cgit v1.1