From 1efbbeb4614cfed6db59358265e1786aa23e629b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 24 Dec 2007 05:27:39 +0000 Subject: gas/ 2007-12-23 H.J. Lu * 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 * 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 * 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. --- gas/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index fbcce02..6f9c491 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,25 @@ +2007-12-23 H.J. Lu + + * 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. + 2007-12-20 Bob Wilson * config/tc-xtensa.c (xtensa_elf_cons): Set frag flags for -- cgit v1.1