summaryrefslogtreecommitdiff
path: root/libitm/config.h.in
diff options
context:
space:
mode:
authorIain Sandoe <iains@gcc.gnu.org>2011-11-22 14:49:11 +0000
committerIain Sandoe <iains@gcc.gnu.org>2011-11-22 14:49:11 +0000
commit8cf36bb3b8eade04837bea3cc8f7e4cd1eb8904d (patch)
tree2c26188cd406f39ca321e6a5612b5d17b6376b1e /libitm/config.h.in
parent8fb013576c6fc493f096492e4b10724c83f294d8 (diff)
weakref.m4: New file.
config: * weakref.m4: New file. libitm: * configure.ac: Use GCC_CHECK_ELF_STYLE_WEAKREF. * alloc_cpp.cc: Generate dummy functions if we don't HAVE_ELF_STYLE_WEAKREF. * eh_cpp.cc: Likewise. * configure: Regenerate. * aclocal.m4: Likewise. * config.h.in: Likewise. * Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. From-SVN: r181618
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r--libitm/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in
index 52db1a6fdc1..1c3469cd5f9 100644
--- a/libitm/config.h.in
+++ b/libitm/config.h.in
@@ -30,6 +30,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define to 1 if target has a weakref that works like the ELF one. */
+#undef HAVE_ELF_STYLE_WEAKREF
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H