aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-10-10 22:22:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-10-10 22:22:56 +0000
commitefbc63d858cda15c855cf8c05bfd784877e01042 (patch)
tree8a6c2f64ffcf35ae0386b810578c28225cb8813d /gcc/config.in
parent85c8d403e04c55448539ea5080c912aaec260ec5 (diff)
Backport:
2006-10-09 Steve Ellcey <sje@cup.hp.com> * unwind-c.c (PERSONALITY_FUNCTION): Ifdef use of _Unwind_GetIPInfo. * configure.ac (HAVE_GETIPINFO): Check for _Unwind_GetIPInfo. * configure: Regenerate. * config.in: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@117617 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 d91891f0709..dbf1474fd12 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -768,6 +768,9 @@
#endif
+/* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
+#undef HAVE_GETIPINFO
+
/* Define to 1 if you have the `getrlimit' function. */
#ifndef USED_FOR_TARGET
#undef HAVE_GETRLIMIT