summaryrefslogtreecommitdiff
path: root/gcc/config.in
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.in
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.in')
-rw-r--r--gcc/config.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in
index f45ea338a4c..9cbae32cd4d 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -273,6 +273,18 @@
#endif
+/* Define if your assembler uses fildq and fistq mnemonics. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_IX86_FILDQ
+#endif
+
+
+/* Define if your assembler uses filds and fists mnemonics. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_IX86_FILDS
+#endif
+
+
/* Define if your assembler supports the sahf mnemonic. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_IX86_SAHF
@@ -844,12 +856,6 @@
#endif
-/* Define if your assembler uses the new HImode fild and fist notation. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_GAS_FILDS_FISTS
-#endif
-
-
/* Define if your assembler and linker support .hidden. */
#undef HAVE_GAS_HIDDEN