aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>1999-04-23 19:41:03 +0000
committerJohn Wehle <wehle@gcc.gnu.org>1999-04-23 19:41:03 +0000
commit53b5ce195c96449b70be8ed578ce10d07294e492 (patch)
tree9c863568a597265314722ecb9fada3fd21ed7fb8 /gcc/config.in
parent4c020733f4af9a0045f152013a7063d8dae1c1fd (diff)
downloadgcc-53b5ce195c96449b70be8ed578ce10d07294e492.zip
gcc-53b5ce195c96449b70be8ed578ce10d07294e492.tar.gz
gcc-53b5ce195c96449b70be8ed578ce10d07294e492.tar.bz2
acconfig.h (HAVE_GAS_FILDS_FISTS): Add.
* acconfig.h (HAVE_GAS_FILDS_FISTS): Add. * configure.in: Check assembler instructions. * configure: Rebuild. * config.in: Likewise. * i386.md (floathisf2, floathidf2, floathixf2): New patterns. * i386.c (print_operand): Use the proper suffix for a 387 HImode operand. Abort if a 387 operand has an unsupported size. From-SVN: r26608
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index ffe401e..0b14498 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -34,6 +34,9 @@
emitting at the beginning of your section */
#undef HAVE_GAS_SUBSECTION_ORDERING
+/* Define if your assembler uses the old HImode fild and fist notation. */
+#undef HAVE_GAS_FILDS_FISTS
+
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H