summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gas.h
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-25 08:10:51 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-25 08:10:51 +0000
commit6cc62ffae9ccd068658004d535439e06c20d590b (patch)
tree0eea0b7cf7e55aecfde83f3fd77feafa5cc6c078 /gcc/config/i386/gas.h
parent5ddd04d5db56c56ed3a8ccedf2e56db1ac886f99 (diff)
downloadgcc-6cc62ffae9ccd068658004d535439e06c20d590b.tar.gz
PR target/39590
* configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether the configured assembler supports fildq and fistpq mnemonics. (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS. * configure: Regenerated. * config.in: Ditto. * config/i386/i386.c (print_operand): Handle 'Z'. ['z']: Remove handling of special fild/fist suffixes. (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn. * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output suffix of fild insn. (*floatsi<mode>2_vector_mixed): Ditto. (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto. (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto. (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto. (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto. * config/i386/gas.h (GAS_MNEMONICS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146761 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r--gcc/config/i386/gas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h
index f3d43b31ea2..c4dafc64d18 100644
--- a/gcc/config/i386/gas.h
+++ b/gcc/config/i386/gas.h
@@ -117,9 +117,6 @@ along with GCC; see the file COPYING3. If not see
#undef SHIFT_DOUBLE_OMITS_COUNT
#define SHIFT_DOUBLE_OMITS_COUNT 0
-/* Print opcodes the way that GAS expects them. */
-#define GAS_MNEMONICS 1
-
/* The comment-starter string as GAS expects it. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"