diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-14 19:47:58 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2011-03-14 19:47:58 +0000 |
commit | f4e749b49840f856b460fdf2a8e501d4436fbc16 (patch) | |
tree | a7d216e75ae40a2e56ee400b56f3a35b1d77e17b /gcc/config.in | |
parent | d34abfd27199742109a50122c3ee545a57b8fa6f (diff) | |
download | gcc-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.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 |