This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r213305 - in /trunk: gcc/ChangeLog gcc/config/s...
- From: uweigand at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 30 Jul 2014 16:26:15 -0000
- Subject: r213305 - in /trunk: gcc/ChangeLog gcc/config/s...
Author: uweigand
Date: Wed Jul 30 16:26:15 2014
New Revision: 213305
URL: https://gcc.gnu.org/viewcvs?rev=213305&root=gcc&view=rev
Log:
gcc/
2014-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
address as second parameter to __tpf_eh_return routine.
libgcc/
2014-07-30 J. D. Johnston <jjohnst@us.ibm.com>
* config/s390/tpf-unwind.h: Include <stdbool.h>.
(__tpf_eh_return): Add original return address as second parameter.
Handle cases where unwinder routines were called directly, instead
of from within the C++ library.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/s390/s390.c
trunk/libgcc/ChangeLog
trunk/libgcc/config/s390/tpf-unwind.h