diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2006-09-27 21:24:23 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-09-27 21:24:23 +0000 |
commit | d4708d9dd4abacde115661500fe999266264dbe7 (patch) | |
tree | b0c2bc5aedb4964cac31de895df848e4f19b09a2 /libjava/configure.ac | |
parent | e48d66a949a0ea367bb3df15df5f345f46184d9f (diff) | |
download | gcc-d4708d9dd4abacde115661500fe999266264dbe7.zip gcc-d4708d9dd4abacde115661500fe999266264dbe7.tar.gz gcc-d4708d9dd4abacde115661500fe999266264dbe7.tar.bz2 |
re PR target/26792 (need to use autoconf when using newly-added libgcc functions)
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.
From-SVN: r117259
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r-- | libjava/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac index 6645723..ace631a 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= |