diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-30 22:01:30 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-30 22:01:30 +0000 |
commit | 0fd6d684a8b8fa74d463e7a9ad78f33842632aca (patch) | |
tree | 5793a0fcb7aa717563d22023f4f092e73a1c855d /gcc/config.in | |
parent | 727c427a619f335a6beae281731e8daa454c10c2 (diff) | |
download | gcc-0fd6d684a8b8fa74d463e7a9ad78f33842632aca.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126157 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 22f9685887d..e5faa7a5188 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 |