config/tc-i386.c: Remove dead code

This commit is contained in:
Alan Modra 1999-08-11 14:10:07 +00:00
parent 230801466a
commit bf6d389561
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1999-08-11 Alan Modra <alan@spri.levels.unisa.edu.au>
* 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

View File

@ -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)