diff options
author | Alan Modra <amodra@gmail.com> | 1999-08-11 14:10:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-08-11 14:10:07 +0000 |
commit | bf6d3895618332aac561db8ee4b8c216e8f20b38 (patch) | |
tree | 3f7d964b4887b7ab27eac71450a7937ef972b439 /gas/config/tc-i386.c | |
parent | 230801466aa11b7c986db17c3f25f8df0390444e (diff) | |
download | gdb-bf6d3895618332aac561db8ee4b8c216e8f20b38.zip gdb-bf6d3895618332aac561db8ee4b8c216e8f20b38.tar.gz gdb-bf6d3895618332aac561db8ee4b8c216e8f20b38.tar.bz2 |
config/tc-i386.c: Remove dead code
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 5d60b4b..22b5d5d 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) |