This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.3 Prelease broken on s390
On Wed, 2003-05-07 at 11:19, Jonathan Lennox wrote:
> Ulrich Weigand writes:
> > + #ifndef __s390__
> > tmp_sp = (_Unwind_Ptr) context->cfa;
> > orig_context.reg[__builtin_dwarf_sp_column ()] = &tmp_sp;
> > + #endif
>
> Doesn't __s390__ indicate the build system, not the target?
Yes, but this code is built with the new GCC, so I think that will work
our correctly.
--
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC