This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions



------- Comment #25 from tromey at gcc dot gnu dot org  2006-09-27 21:24 -------
Subject: Bug 26792

Author: tromey
Date: Wed Sep 27 21:24:23 2006
New Revision: 117259

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117259
Log:
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.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.in
    trunk/libjava/aclocal.m4
    trunk/libjava/configure
    trunk/libjava/configure.ac
    trunk/libjava/exception.cc
    trunk/libjava/gcj/Makefile.in
    trunk/libjava/include/Makefile.in
    trunk/libjava/include/config.h.in
    trunk/libjava/stacktrace.cc
    trunk/libjava/testsuite/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]