diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-06-30 23:01:30 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2007-06-30 23:01:30 +0100 |
commit | dcb957d9dc7d26f686aefc1345e6318284da7a8a (patch) | |
tree | 5793a0fcb7aa717563d22023f4f092e73a1c855d /gcc/config.in | |
parent | 81c3e25a406b4a132c67ed93b8bbbc0ecf9caca5 (diff) | |
download | gcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.zip gcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.tar.gz gcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.tar.bz2 |
configure.ac: Check for .gnu_attribute on MIPS.
* configure.ac: Check for .gnu_attribute on MIPS.
* configure, config.in: Regenerate.
* config/mips/mips.c (mips_file_start): If supported, output
attribute for floating-point ABI.
From-SVN: r126157
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 22f9685..e5faa7a 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -210,6 +210,12 @@ #endif +/* Define if your assembler supports .gnu_attribute. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_GNU_ATTRIBUTE +#endif + + /* Define true if the assembler supports '.long foo@GOTOFF'. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_GOTOFF_IN_DATA |