summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-14 19:47:58 +0000
committerTom Tromey <tromey@gcc.gnu.org>2011-03-14 19:47:58 +0000
commitf4e749b49840f856b460fdf2a8e501d4436fbc16 (patch)
treea7d216e75ae40a2e56ee400b56f3a35b1d77e17b /gcc/config.in
parentd34abfd27199742109a50122c3ee545a57b8fa6f (diff)
downloadgcc-f4e749b49840f856b460fdf2a8e501d4436fbc16.tar.gz
unwind-dw2.c: Include sys/sdt.h if it exists.
* unwind-dw2.c: Include sys/sdt.h if it exists. (_Unwind_DebugHook): Use STAP_PROBE2. * config.in, configure: Rebuild. * configure.ac: Check for sys/sdt.h. From-SVN: r170954
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 584ec65b2b7..7604b687a89 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1408,6 +1408,9 @@
#endif
+/* Define if your target C library provides sys/sdt.h */
+#undef HAVE_SYS_SDT_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef USED_FOR_TARGET
#undef HAVE_SYS_STAT_H