From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 574 invoked by alias); 11 Jan 2005 00:25:03 -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 29523 invoked from network); 11 Jan 2005 00:20:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Jan 2005 00:20:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0B0KQ5W029596; Mon, 10 Jan 2005 19:20:26 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0B0KQr22096; Mon, 10 Jan 2005 19:20:26 -0500 Received: from dhcp-172-16-25-252.sfbay.redhat.com (dhcp-172-16-25-252.sfbay.redhat.com [172.16.25.252]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j0B0KOHY029950; Mon, 10 Jan 2005 19:20:24 -0500 Subject: Re: Varasm.c change. From: Eric Christopher To: Toon Moene Cc: gcc@gcc.gnu.org, jbeulich@novell.com In-Reply-To: <41E2A67B.6000708@moene.indiv.nluug.nl> References: <41E2A67B.6000708@moene.indiv.nluug.nl> Content-Type: text/plain Date: Tue, 11 Jan 2005 05:16:00 -0000 Message-Id: <1105402823.4305.9.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00592.txt.bz2 On Mon, 2005-01-10 at 16:59 +0100, Toon Moene wrote: > Is this one: > > 2005-01-10 Jan Beulich > > ... > * varasm.c (default_section_type_flags_1): Also set SECTION_SMALL > based on the section name. Rearrange the section name comparison logic > slightly so that each section name is compared against at most once. > > responsible for this problem (on powerpc-unknown-linux-gnu): It is and it broke mips as well. Now I could probably add the support into the assembler, but... -eric