aboutsummaryrefslogtreecommitdiff
path: root/libjava/gcj
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2003-10-22 16:35:17 +0000
committerDavid Daney <daney@gcc.gnu.org>2003-10-22 16:35:17 +0000
commit1322946805597f3b80f585da69c3447a79a37de0 (patch)
treed171c045404a295d18ee746a18e6fc270c642ae0 /libjava/gcj
parentb9404c99ecb25b028b14af481f19257d36b6d716 (diff)
downloadgcc-1322946805597f3b80f585da69c3447a79a37de0.zip
gcc-1322946805597f3b80f585da69c3447a79a37de0.tar.gz
gcc-1322946805597f3b80f585da69c3447a79a37de0.tar.bz2
mips-signal.h: New file.
2003-10-22 David Daney <ddaney@avtrex.com) * include/mips-signal.h: New file. * sysdep/dwarf2-backtrace.cc: New file. * sysdep/mips: New directory. * sysdep/mips/locks.h: New file. * Makefile.am(extra_cc_files): New, to allow extra c++ files to be added to libgcj. (extra_cc_source_files): Ditto. * configure.host(disable_dladdr): New shell variable passed to configure. (mips*-*-linux*): sysdeps_dir=mips, can_unwind_signal=yes, disable_dladdr=yes, use -mxgot. (mipsel*-linux* | mipsisa32el*-linux*): Enable hash synchronization. * configure.in:(mips*-*-linux*): Use sysdep/dwarf2-backtrace.cc to generate backtrace, and include/mips-signal.h as SIGNAL_HANDLER (HAVE_DLADDR): Make it depend on setting of disable_dladdr. (EXTRA_CC_FILES): New, to support conditional addition of sysdep/dwarf2-backtrace.cc. * configure: Regenerated. * Makefile.in: Regenerated. * gcj/Makefile.in: Regenerated. * include/config.h.in: Regenerated. * include/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. From-SVN: r72808
Diffstat (limited to 'libjava/gcj')
-rw-r--r--libjava/gcj/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in
index 064b522..407858c 100644
--- a/libjava/gcj/Makefile.in
+++ b/libjava/gcj/Makefile.in
@@ -76,6 +76,7 @@ DIVIDESPEC = @DIVIDESPEC@
DLLTOOL = @DLLTOOL@
EXCEPTIONSPEC = @EXCEPTIONSPEC@
EXEEXT = @EXEEXT@
+EXTRA_CC_FILES = @EXTRA_CC_FILES@
GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
GCDEPS = @GCDEPS@
GCINCS = @GCINCS@