diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-14 19:47:58 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-14 19:47:58 +0000 |
commit | f77bcf966ea0eb37e18421a296d7a57316e6a03f (patch) | |
tree | a7d216e75ae40a2e56ee400b56f3a35b1d77e17b /gcc/config.in | |
parent | 475f05b7d9b813884ecab35dbd691cc3ee19c1c2 (diff) | |
download | gcc-f77bcf966ea0eb37e18421a296d7a57316e6a03f.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
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 |