]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
configure.ac (HAVE_AS_IX86_DIFF_SECT_DELTA): New test to determine whether the assemb...
authorRoger Sayle <roger@eyesopen.com>
Thu, 2 Nov 2006 00:56:38 +0000 (00:56 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 2 Nov 2006 00:56:38 +0000 (00:56 +0000)
commit68b92f787e534dd1a1fff4e239fdf9e9f6aeb88c
treeb4c4ef2e2161d7f7ffc787b9cd387863c9bd470c
parentfc354c12ad2ca565b7c45ef7493b43ae85d14f36
configure.ac (HAVE_AS_IX86_DIFF_SECT_DELTA): New test to determine whether the assembler supports taking the difference of...

* 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.

From-SVN: r118405
gcc/ChangeLog
gcc/config.in
gcc/config/i386/sol2-10.h
gcc/configure
gcc/configure.ac