From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19835 invoked by alias); 3 Feb 2011 19:04:53 -0000 Received: (qmail 19826 invoked by uid 22791); 3 Feb 2011 19:04:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from c2bthomr10.btconnect.com (HELO mail.btconnect.com) (213.123.20.128) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 19:04:48 +0000 Received: from host81-138-1-83.in-addr.btopenworld.com (EHLO thor.office) ([81.138.1.83]) by c2bthomr10.btconnect.com with ESMTP id BPU90556; Thu, 03 Feb 2011 19:04:31 +0000 (GMT) Cc: Jakub Jelinek , Richard Henderson , Jeff Law , Richard Guenther , gcc-patches@gcc.gnu.org Message-Id: <86B7E52B-806C-44E5-8C03-EF6580160543@sandoe-acoustics.co.uk> From: IainS To: Mike Stump In-Reply-To: <9B7CF92F-D01A-4E74-8260-35872E61D9C8@comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Patch ping Date: Thu, 03 Feb 2011 19:04:00 -0000 References: <20110203115855.GR30899@tyan-ft48-01.lab.bos.redhat.com> <4D4AD45F.7060008@redhat.com> <20110203162041.GS30899@tyan-ft48-01.lab.bos.redhat.com> <23E2F999-12EC-4569-98DA-0A542A17FEF1@sandoe-acoustics.co.uk> <4D4AD757.90308@redhat.com> <20110203163844.GT30899@tyan-ft48-01.lab.bos.redhat.com> <9B7CF92F-D01A-4E74-8260-35872E61D9C8@comcast.net> X-Mirapoint-IP-Reputation: reputation=Fair-1, source=Queried, refid=tid=0001.0A0B0301.4D4AFC2E.0057, actions=tag X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A0B020A.4D4AFC3F.01F3,ss=1,fgs=0, ip=0.0.0.0, so=2010-07-22 22:03:31, dmn=2009-09-10 00:05:08, mode=single engine X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00240.txt.bz2 On 3 Feb 2011, at 18:43, Mike Stump wrote: > On Feb 3, 2011, at 8:38 AM, Jakub Jelinek wrote: >> 2011-02-03 Jakub Jelinek >> >> * config/darwin.h (SECTION_NO_ANCHOR): Remove. >> * config/darwin.c (SECTION_NO_ANCHOR): Define. >> (darwin_init_sections): Remove assertion. > > Ok. I guess, given that it was my code, I could have said that the change looked correct by inspection ... ... but, FWIW, a stage1 compiler passed make check-gcc-c RUNTESTFLAGS="--target_board=unix\{-fsection-anchors, \}\{-m32,-m64\} compat.exp=* struct-layout-1.exp=* vect.exp=*" on powerpc-darwin9. Iain