aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-01-07 23:48:03 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2009-01-07 23:48:03 +0100
commit876080ffb70bdcb889f47aa334547cf25398e943 (patch)
tree22dccd08d2bc5c5b6e1c2366084c29c8e88922d4 /libgomp/config.h.in
parentc0f645750c9a137136860fdf91a76b92b847263f (diff)
downloadgcc-876080ffb70bdcb889f47aa334547cf25398e943.zip
gcc-876080ffb70bdcb889f47aa334547cf25398e943.tar.gz
gcc-876080ffb70bdcb889f47aa334547cf25398e943.tar.bz2
re PR libgomp/38086 (libgomp fails to build if assembler doesn't support .symver)
PR libgomp/38086 * acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check. * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if HAVE_AS_SYMVER_DIRECTIVE is not defined. * configure: Regenerated. * config.h.in: Likewise. From-SVN: r143168
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 5f0dcc7..88bae83 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if the target assembler supports .symver directive. */
+#undef HAVE_AS_SYMVER_DIRECTIVE
+
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS