diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-02 00:56:38 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-02 00:56:38 +0000 |
commit | 957920726a6a8bc62201320760d8808db6f9c215 (patch) | |
tree | b4c4ef2e2161d7f7ffc787b9cd387863c9bd470c /gcc/config.in | |
parent | c505cd0fb7235d64fe30274f586bcbf14e493daf (diff) | |
download | gcc-957920726a6a8bc62201320760d8808db6f9c215.tar.gz |
* configure.ac (HAVE_AS_IX86_DIFF_SECT_DELTA): New test to determine
whether the assembler supports taking the difference of symbols in
different sections. On x86/Solaris, GAS does but Solaris as doesn't.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/sol2-10.h (JUMP_TABLES_IN_TEXT_SECTION): Define if
the assembler doesn't support taking the difference of symbols in
different sections, i.e. we're using the native solaris assembler.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 0f5f0116455..a8e18bc3bb7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -203,6 +203,13 @@ #endif +/* Define if your assembler supports the subtraction of symbols in different + sections. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_DIFF_SECT_DELTA +#endif + + /* Define if your assembler supports the ffreep mnemonic. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_FFREEP |