mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_assemble): Use !intel_mnemonic instead of SYSV386_COMPAT.
This commit is contained in:
parent
3629bb00a8
commit
aacd03c3bb
@ -1,3 +1,8 @@
|
||||
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
|
||||
of SYSV386_COMPAT.
|
||||
|
||||
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
|
||||
|
@ -2205,8 +2205,9 @@ md_assemble (line)
|
||||
|
||||
if (intel_syntax)
|
||||
{
|
||||
/* Undo SYSV386_COMPAT brokenness when in Intel mode. See i386.h */
|
||||
if (SYSV386_COMPAT
|
||||
/* Undo AT&T Mnemonic brokenness when in Intel mode. See
|
||||
i386-opc.tbl. */
|
||||
if (!intel_mnemonic
|
||||
&& (i.tm.base_opcode & 0xfffffde0) == 0xdce0)
|
||||
i.tm.base_opcode ^= Opcode_FloatR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user