From: Alan Modra Date: Wed, 11 Aug 1999 14:10:07 +0000 (+0000) Subject: config/tc-i386.c: Remove dead code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf6d3895618332aac561db8ee4b8c216e8f20b38;p=binutils-gdb.git config/tc-i386.c: Remove dead code --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 032163df332..193c0cde525 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +1999-08-11 Alan Modra + + * config/tc-i386.c (md_assemble): Remove dead code. intel_syntax + LONG_DOUBLE_MNEM_SUFFIX floating point is done in opcode/i386.h + Tue Aug 10 12:58:31 1999 Jeffrey A Law (law@cygnus.com) * config/tc-hppa.c (pa_build_unwind_subspace): Use sane section diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 5d60b4bcf87..22b5d5d7614 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1763,12 +1763,6 @@ md_assemble (line) if (i.tm.opcode_modifier & FloatMF) i.tm.base_opcode ^= 4; } - - if (intel_syntax && i.suffix == LONG_DOUBLE_MNEM_SUFFIX) - { - if (i.tm.opcode_modifier & FloatMF) - i.tm.base_opcode ^= 2; - } } if (i.tm.opcode_modifier & ImmExt)