H.J. Lu
1efbbeb461
gas/
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (set_intel_mnemonic): New.
(intel_mnemonic): Likewise.
(old_gcc): Likewise.
(OPTION_MMNEMONIC): Likewise.
(OPTION_MSYNTAX): Likewise.
(OPTION_MINDEX_REG): Likewise.
(OPTION_MNAKED_REG): Likewise.
(OPTION_MOLD_GCC): Likewise.
(md_pseudo_table): Add .intel_mnemonic and .att_mnemonic.
(match_template): Don't allow AT&T/Intel mnemonic if Intel/AT&T
mnemonic is specified. Don't allow old gcc support if old_gcc
is 0.
(md_longopts): Add -mmnemonic, -msyntax, -mindex-reg,
-mmnaked-reg and -mold-gcc.
(md_parse_option): Handle OPTION_MMNEMONIC, OPTION_MSYNTAX,
OPTION_MINDEX_REG, OPTION_MNAKED_REG and OPTION_MOLD_GCC.
* doc/c-i386.texi: Docoument -mmnemonic, -msyntax, --mnaked-reg
and AT&T mnemonic vs. Intel mnemonic.
gas/testsuite/
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/compat-intel.d: Pass -mmnemonic=att to assembler.
* gas/i386/compat.d: Likewise.
* gas/i386/i386.exp: Pass -mmnemonic=att to assembler for
"float". Pass -mold-gcc to assembler for "general".
opcodes/
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Add OldGcc, ATTMnemonic and
IntelMnemonic.
* i386-opc.h (OldGcc): New.
(ATTMnemonic): Likewise.
(IntelMnemonic): Likewise.
(Opcode_Modifier_Max): Updated.
(i386_opcode_modifier): Add oldgcc, attmnemonic and
intelmnemonic.
* i386-opc.tbl: Update fadd, fdiv, fdivp, fdivr, fdivrp, fmul,
fsub, fsubp, fsubr and fsubrp with OldGcc, ATTMnemonic and
IntelMnemonic.
* i386-tbl.h: Regeneratd.
2007-12-24 05:27:39 +00:00
..
2007-06-29 14:09:34 +00:00
2007-11-17 13:38:57 +00:00
2005-05-31 22:53:11 +00:00
2007-08-28 21:53:00 +00:00
2007-08-23 02:05:58 +00:00
2007-11-16 17:39:22 +00:00
2006-07-24 13:49:50 +00:00
2007-06-29 14:09:34 +00:00
2005-03-03 01:29:54 +00:00
2005-03-03 01:29:54 +00:00
2005-03-03 01:29:54 +00:00
2004-04-28 18:02:49 +00:00
2005-03-03 01:29:54 +00:00
2007-12-24 05:27:39 +00:00
2003-08-26 02:40:43 +00:00
2006-07-24 13:49:50 +00:00
2005-03-28 22:34:20 +00:00
2005-07-26 03:21:53 +00:00
2006-07-24 13:49:50 +00:00
2006-07-06 10:34:02 +00:00
2007-04-23 07:51:33 +00:00
2007-11-29 12:23:44 +00:00
2006-07-24 13:49:50 +00:00
2005-08-12 11:54:23 +00:00
2005-12-20 09:44:48 +00:00
2005-03-03 01:29:54 +00:00
2006-07-24 13:49:50 +00:00
2005-03-03 01:29:54 +00:00
2007-08-24 00:56:30 +00:00
2005-03-03 01:29:54 +00:00
2005-10-06 11:44:07 +00:00
2005-03-03 01:29:54 +00:00
2006-07-24 13:49:50 +00:00
2006-07-24 13:49:50 +00:00
2005-03-03 01:29:54 +00:00
2006-02-17 14:36:28 +00:00
2007-09-19 20:37:37 +00:00
2005-03-03 01:29:54 +00:00
2006-07-24 13:49:50 +00:00
2005-05-05 09:13:19 +00:00
2003-04-15 08:51:55 +00:00
2007-11-06 17:15:10 +00:00
2007-08-13 01:53:01 +00:00
2007-10-08 15:26:42 +00:00