OSDN Git Service

* configure.ac (HAVE_AS_IX86_DIFF_SECT_DELTA): New test to determine
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2006 00:56:38 +0000 (00:56 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2006 00:56:38 +0000 (00:56 +0000)
commit957920726a6a8bc62201320760d8808db6f9c215
treeb4c4ef2e2161d7f7ffc787b9cd387863c9bd470c
parentc505cd0fb7235d64fe30274f586bcbf14e493daf
* 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
gcc/ChangeLog
gcc/config.in
gcc/config/i386/sol2-10.h
gcc/configure
gcc/configure.ac