aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-07-05 17:19:33 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-07-05 17:19:33 +0000
commit6d28b933700949abc20728a4a8a931c4679ae329 (patch)
tree70ed1ada8aa540dd60006d46db146cf2635262a4 /libgomp/config.h.in
parentbdf0f819d51b7e0a5f758a721658536369b4fd7a (diff)
downloadgcc-6d28b933700949abc20728a4a8a931c4679ae329.zip
gcc-6d28b933700949abc20728a4a8a931c4679ae329.tar.gz
gcc-6d28b933700949abc20728a4a8a931c4679ae329.tar.bz2
acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style. Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU, LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals. (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless targetting solaris2*. * configure: Regenerate. * config.h.in: Regenerate. * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU. Add libgomp_version_dep. [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol versioning. [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep. (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep). * Makefile.in: Regenerate. * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT. * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0 to common block, protected by HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT. From-SVN: r161842
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index c88660a..14c7e2a 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -54,6 +54,10 @@
/* Define to 1 if you have the `strtoull' function. */
#undef HAVE_STRTOULL
+/* Define to 1 if the target runtime linker supports binding the same symbol
+ to different versions. */
+#undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
+
/* Define to 1 if the target supports __sync_*_compare_and_swap */
#undef HAVE_SYNC_BUILTINS