From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24684 invoked by alias); 3 Sep 2002 20:44:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24677 invoked from network); 3 Sep 2002 20:44:12 -0000 Received: from unknown (HELO mx2.redhat.com) (205.180.83.106) by sources.redhat.com with SMTP; 3 Sep 2002 20:44:12 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g83KSEs06563; Tue, 3 Sep 2002 16:28:15 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g83KiBu27472; Tue, 3 Sep 2002 16:44:11 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g83KiAl18783; Tue, 3 Sep 2002 13:44:10 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g83KiCI09156; Tue, 3 Sep 2002 13:44:12 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 03 Sep 2002 13:44:00 -0000 From: Richard Henderson To: David Edelsohn Cc: Jeff Sturm , Alan Modra , Franz Sirl , Geoff Keating , gcc-patches@gcc.gnu.org Subject: Re: [RFC] PowerPC select_section / unique_section Message-ID: <20020903204412.GD9129@redhat.com> Mail-Followup-To: Richard Henderson , David Edelsohn , Jeff Sturm , Alan Modra , Franz Sirl , Geoff Keating , gcc-patches@gcc.gnu.org References: <20020903160421.GC9046@redhat.com> <200209031740.NAA27868@makai.watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031740.NAA27868@makai.watson.ibm.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00145.txt.bz2 On Tue, Sep 03, 2002 at 01:40:19PM -0400, David Edelsohn wrote: > * varasm.c (default_section_type_flags): Append _1 to name with > shlib parameter. Use original name to call new function with > implicit flag_pic. > (decl_readonly_section): Likewise. > (default_elf_select_section): Likewise. > (default_unique_section): Likewise. > (default_bind_local_p): Likewise. > (categorize_decl_for_section): Add shlib parameter to use in place > of implicit flag_pic. > * output.h: Declare new functions with _1 and shlib argument. Ok. r~