aboutsummaryrefslogtreecommitdiff
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@redhat.com>2011-03-14 19:47:58 +0000
commit74aa37002ab082dad5a555abbd8ffb4e73e5543a (patch)
treea7d216e75ae40a2e56ee400b56f3a35b1d77e17b /gcc/config.in
parentcfaaec10a5ff56a4fdc58b92fcc7d9bde443f0b3 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@170954 138bc75d-0d04-0410-961f-82ee72b054a4
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