re PR target/26792 (need to use autoconf when using newly-added libgcc functions)
authorJack Howarth <howarth@bromo.med.uc.edu>
Wed, 27 Sep 2006 21:24:23 +0000 (21:24 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 27 Sep 2006 21:24:23 +0000 (21:24 +0000)
commitd4708d9dd4abacde115661500fe999266264dbe7
treeb0c2bc5aedb4964cac31de895df848e4f19b09a2
parente48d66a949a0ea367bb3df15df5f345f46184d9f
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
libjava/ChangeLog
libjava/Makefile.in
libjava/aclocal.m4
libjava/configure
libjava/configure.ac
libjava/exception.cc
libjava/gcj/Makefile.in
libjava/include/Makefile.in
libjava/include/config.h.in
libjava/stacktrace.cc
libjava/testsuite/Makefile.in