summaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
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/Makefile.in
parent112f3d57258221d590353bf90d8981c0a4f524b6 (diff)
downloadgcc-af6b961816167eb09054f3991c2301039c9bfb65.tar.gz
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/Makefile.in')
-rw-r--r--libjava/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index e81560cabc3..d514fcb8c11 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -82,9 +82,11 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
$(top_srcdir)/../config/lib-link.m4 \
$(top_srcdir)/../config/lib-prefix.m4 \
$(top_srcdir)/../config/no-executables.m4 \
- $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../libtool.m4 \
- $(top_srcdir)/mingwld.m4 $(top_srcdir)/pkg.m4 \
- $(top_srcdir)/shlibpath.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../config/tls.m4 \
+ $(top_srcdir)/../config/unwind_ipinfo.m4 \
+ $(top_srcdir)/../libtool.m4 $(top_srcdir)/mingwld.m4 \
+ $(top_srcdir)/pkg.m4 $(top_srcdir)/shlibpath.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \