diff options
author | John Wehle <john@feith.com> | 1999-04-23 19:41:03 +0000 |
---|---|---|
committer | John Wehle <wehle@gcc.gnu.org> | 1999-04-23 19:41:03 +0000 |
commit | 53b5ce195c96449b70be8ed578ce10d07294e492 (patch) | |
tree | 9c863568a597265314722ecb9fada3fd21ed7fb8 /gcc/config.in | |
parent | 4c020733f4af9a0045f152013a7063d8dae1c1fd (diff) | |
download | gcc-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.in | 3 |
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 |