diff --git a/gas/ChangeLog b/gas/ChangeLog index 96bab9654fb..70aff3d9324 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-12-09 Jan Beulich + + * 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 * config/tc-i386-intel.c (i386_intel_operand): Don't special diff --git a/gas/config/tc-i386-intel.c b/gas/config/tc-i386-intel.c index ff5f0c612df..bf8d9bedb25 100644 --- a/gas/config/tc-i386-intel.c +++ b/gas/config/tc-i386-intel.c @@ -676,8 +676,6 @@ i386_intel_operand (char *operand_string, int got_a_float) add_prefix (DATA_PREFIX_OPCODE); suffix = LONG_DOUBLE_MNEM_SUFFIX; } - else - suffix = BYTE_MNEM_SUFFIX; /* so it will cause an error */ break; case O_qword_ptr: