att.h (ASM_FILE_START): Use asm_dialect.
authorJan Hubicka <jh@suse.cz>
Tue, 18 Dec 2001 15:41:30 +0000 (16:41 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 18 Dec 2001 15:41:30 +0000 (15:41 +0000)
commitc93e80a5d0e94ce91fbae4cac313000ef1a0c71f
tree611fbcb9c6a85228a73fc135998f2604838dd1a8
parent114e78f8f0fe99574e974cb843ae0ab98ba21c4d
att.h (ASM_FILE_START): Use asm_dialect.

* att.h (ASM_FILE_START): Use asm_dialect.
* linux.h (ASM_FILE_START): Likewise.
* gas.h (ASM_FILE_START): Likewise.
* i386.c (ix86_debug_arg_string, ix86_debug_addr_string,
ix86_asm_string, ix86_asm_dialect): New.
(override_options): Set asm_dialect.
* i386.h (MASK_MIX_SSE_I387, MASK_INTEL_SYNTAX, MASK_DEBUG_ARG,
MASK_DEBUG_ADDR): Kill.
(MASK_64BIT, MASK_NO_RED_ZONE): renumber.
(TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Use string.
(ASSEMBLER_DIALECT): Use asm_dialect.
(TARGET_SWITCHES): Undocument deprecated items; deprecate intel-syntax;
remove debug-addr and debug-arg.
(TARGET_OPTIONS): Add debug-arg, debug-addr, asm.
(asm_dialect): New enum.
(ix86_debug_arg_string, ix86_debug_addr_string,
ix86_asm_string, ix86_asm_dialect): Declare.
* invoke.texi (-mintel-syntax): Remove.
(-masm): Document.

From-SVN: r48160
gcc/ChangeLog
gcc/config/i386/att.h
gcc/config/i386/gas.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/linux.h
gcc/doc/invoke.texi