aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-25 16:24:07 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-05-25 16:24:07 -0700
commiteb2925b676cb88c2c28b5bf7484fb432f709ce88 (patch)
treedecadfd6855f01f7f2fa5b72d94ed6ce6e6edfea /libjava/configure.ac
parent2f828272d85e2ef044aaab493d67d38dbd2dead8 (diff)
downloadgcc-eb2925b676cb88c2c28b5bf7484fb432f709ce88.zip
gcc-eb2925b676cb88c2c28b5bf7484fb432f709ce88.tar.gz
gcc-eb2925b676cb88c2c28b5bf7484fb432f709ce88.tar.bz2
re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)
PR libgcj/21692 * sysdep/descriptor-n.h: New file. * sysdep/descriptor-y.h: New file. * sysdep/powerpc/descriptor.h: New file. * configure.host: Set $descriptor_h appropriate for the host. * configure.ac: Link it. * configure: Regenerate. * stacktrace.cc: Include sysdep/descriptor.h. (_Jv_StackTrace::UpdateNCodeMap): Use UNWRAP_FUNCTION_DESCRIPTOR. From-SVN: r100173
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r--libjava/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac
index 594df41..b28d1e3 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -707,6 +707,7 @@ AM_CONDITIONAL(USING_NO_THREADS, test "$THREADS" = none)
if test -d sysdep; then true; else mkdir sysdep; fi
AC_CONFIG_LINKS(sysdep/locks.h:sysdep/$sysdeps_dir/locks.h)
AC_CONFIG_LINKS(sysdep/backtrace.h:$fallback_backtrace_h)
+AC_CONFIG_LINKS(sysdep/descriptor.h:$descriptor_h)
HASH_SYNC_SPEC=
# Hash synchronization is only useful with posix threads right now.