This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: S/390: Fix .eh_frame bug due to -fasyncronous-unwind-tables
- From: Jan Hubicka <jh at suse dot cz>
- To: Ulrich Weigand <Ulrich dot Weigand at de dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 30 Nov 2002 19:36:49 +0100
- Subject: Re: S/390: Fix .eh_frame bug due to -fasyncronous-unwind-tables
- References: <OF132AFF67.A9A44393-ONC1256C80.006CFEE3@de.ibm.com>
> Hello,
>
> this fixes the same problem Jakub Jelinek described for x86_64 in
> http://gcc.gnu.org/ml/gcc-patches/2002-11/msg01671.html
> on s390 and s390x.
Perhaps it would be more safe to use this swithc always. It won't hurt
on machines not defaulting to -fasynchronous-unwind-info...
Honza