aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2006-11-02 00:56:38 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2006-11-02 00:56:38 +0000
commit68b92f787e534dd1a1fff4e239fdf9e9f6aeb88c (patch)
treeb4c4ef2e2161d7f7ffc787b9cd387863c9bd470c /gcc/config.in
parentfc354c12ad2ca565b7c45ef7493b43ae85d14f36 (diff)
downloadgcc-68b92f787e534dd1a1fff4e239fdf9e9f6aeb88c.zip
gcc-68b92f787e534dd1a1fff4e239fdf9e9f6aeb88c.tar.gz
gcc-68b92f787e534dd1a1fff4e239fdf9e9f6aeb88c.tar.bz2
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
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 0f5f011..a8e18bc 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