s390-protos.h (s390_emit_tpf_eh_return): Add prototype.
authorP.J. Darcy <darcypj@us.ibm.com>
Wed, 22 Sep 2004 13:57:40 +0000 (13:57 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 22 Sep 2004 13:57:40 +0000 (13:57 +0000)
commit4798630cb0aa99b3497a16b3e1a5ee0e12a1760b
tree5ea4cb91c0ccfc079c8ba527aecfba6dfff616d2
parent6a97296a060b9e053ae598076ffa14c41a5b6f39
s390-protos.h (s390_emit_tpf_eh_return): Add prototype.

2004-09-22  P.J. Darcy  <darcypj@us.ibm.com>

* config/s390/s390-protos.h (s390_emit_tpf_eh_return): Add prototype.
* config/s390/s390.c (s390_emit_tpf_eh_return): New function.
* config/s390/s390.h (TARGET_TPF): New macro.
* config/s390/s390.md ("eh_return"): New expander.
* config/s390/t-tpf (LIB2ADDEH): Use unwind-dw2-fde.c rather than
unwind-dw2-fde-glibc.c.  Add config/s390/tpf-eh.c.
(LIB2ADDEHDEP): Remove unwind-dw2-fde.c.
* config/s390/tpf.h (TARGET_TPF): Define to 1.
(STACK_POINTER_OFFSET): Increase to 448.
(TARGET_DEFAULT): Set -mtpf-trace on as default.
(TPF_LOC_DIFF_OFFSET): New macro.
(ASM_PREFERRED_EH_DATA_FORMAT): Redefine to always use absolute
encoding.
(__isPATrange): Add prototype.
(MD_FALLBACK_FRAME_STATE_FOR): Define.
* config/s390/tpf-eh.c: New file.

From-SVN: r87857
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/config/s390/t-tpf
gcc/config/s390/tpf-eh.c [new file with mode: 0644]
gcc/config/s390/tpf.h