From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29338 invoked by alias); 7 May 2003 18:27:49 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29323 invoked from network); 7 May 2003 18:27:48 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 7 May 2003 18:27:48 -0000 Received: (qmail 1165 invoked from network); 7 May 2003 18:27:44 -0000 Received: from 227.148-60-66-fuji-dsl.static.surewest.net (HELO ?192.168.0.103?) (mitchell@66.60.148.227) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 7 May 2003 18:27:44 -0000 Subject: Re: GCC 3.3 Prelease broken on s390 From: Mark Mitchell To: Jonathan Lennox Cc: Ulrich Weigand , rth@redhat.com, gcc@gcc.gnu.org In-Reply-To: <16057.19998.953827.939691@grandcentral.cs.columbia.edu> References: <1052322820.23765.5.camel@minax.codesourcery.com> <200305071702.TAA11631@faui11.informatik.uni-erlangen.de> <16057.19998.953827.939691@grandcentral.cs.columbia.edu> Content-Type: text/plain Organization: CodeSourcery, LLC Message-Id: <1052332067.23765.89.camel@minax.codesourcery.com> Mime-Version: 1.0 Date: Wed, 07 May 2003 18:27:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00677.txt.bz2 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 CodeSourcery, LLC