summaryrefslogtreecommitdiffstats
path: root/libjava/configure.ac
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-27 21:24:23 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-27 21:24:23 +0000
commitaf6b961816167eb09054f3991c2301039c9bfb65 (patch)
treeb0c2bc5aedb4964cac31de895df848e4f19b09a2 /libjava/configure.ac
parent112f3d57258221d590353bf90d8981c0a4f524b6 (diff)
downloadppe42-gcc-af6b961816167eb09054f3991c2301039c9bfb65.tar.gz
ppe42-gcc-af6b961816167eb09054f3991c2301039c9bfb65.zip
2006-09-26 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/26792: * exception.cc (PERSONALITY_FUNCTION): use _Unwind_GetIP if HAVE_GETIPINFO not defined. * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Likewise. (_Jv_StackTrace::getLineNumberForFrame): Likewise. * configure.ac: use GCC_CHECK_UNWIND_GETIPINFO. * aclocal.m4, configure, include/config.h.in, Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r--libjava/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac
index 6645723796f..ace631ab2e1 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -1480,6 +1480,9 @@ fi
# See if we support thread-local storage.
GCC_CHECK_TLS
+# For _Unwind_GetIPInfo.
+GCC_CHECK_UNWIND_GETIPINFO
+
# Check if linker supports static linking on a per library basis
LD_START_STATIC_SPEC=
LD_FINISH_STATIC_SPEC=
OpenPOWER on IntegriCloud