diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-07 00:13:14 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-07 00:13:14 +0000 |
commit | 97f2677a5732fae5d6d8a86a30ec586db9b5cc1d (patch) | |
tree | 184927de213b7f5deec32e4f23bb6484e24ec6ee /gcc/config.in | |
parent | f7963f05e2787565d92ea00d80f7c7e4f57bdfcf (diff) | |
download | gcc-97f2677a5732fae5d6d8a86a30ec586db9b5cc1d.tar.gz |
PR target/27968
* configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether
the configured assembler supports the x87's ffreep mnemonic.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/i386.c (output_387_ffreep): New function.
(output_fp_compare): Use output_387_ffreep to emit ffreep insns.
(output_387_reg_move): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index d5f854ef959..47ba85080c2 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -203,6 +203,12 @@ #endif +/* Define if your assembler supports the ffreep mnemonic. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_FFREEP +#endif + + /* Define if your assembler supports the lituse_jsrdirect relocation. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_JSRDIRECT_RELOCS |