configure.host [...]: Set can_unwind_signal=yes.

* configure.host [s390*-linux*]: Set can_unwind_signal=yes.
* configure.in [s390*-*-linux*]: Do not define HAVE_BACKTRACE.
Set SIGNAL_HANDLER=include/s390-linux.h.
* configure: Regenerate.
* include/s390-linux.h: New file.

From-SVN: r54012
This commit is contained in:
Ulrich Weigand 2002-05-29 18:36:50 +00:00 committed by Ulrich Weigand
parent 2274b31a3c
commit e793a7140e
5 changed files with 305 additions and 206 deletions

View file

@ -508,6 +508,9 @@ else
ia64-*-linux*)
# Has broken backtrace()
;;
s390*-*-linux*)
# Has broken backtrace()
;;
*)
AC_DEFINE(HAVE_BACKTRACE)
;;
@ -896,6 +899,9 @@ case "${host}" in
alpha*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h
;;
s390*-*-linux*)
SIGNAL_HANDLER=include/s390-signal.h
;;
sparc*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h
;;