From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7849 invoked by alias); 11 Jan 2005 05:33:26 -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 7839 invoked from network); 11 Jan 2005 05:33:21 -0000 Received: from unknown (HELO modra.org) (144.136.221.26) by sourceware.org with SMTP; 11 Jan 2005 05:33:21 -0000 Received: by bubble.modra.org (Postfix, from userid 500) id CAA851637EA; Tue, 11 Jan 2005 16:03:20 +1030 (CST) Date: Tue, 11 Jan 2005 06:05:00 -0000 From: Alan Modra To: Richard Henderson , Eric Christopher , Toon Moene , gcc@gcc.gnu.org, jbeulich@novell.com Subject: Re: Varasm.c change. Message-ID: <20050111053320.GH12291@bubble.modra.org> Mail-Followup-To: Richard Henderson , Eric Christopher , Toon Moene , gcc@gcc.gnu.org, jbeulich@novell.com References: <41E2A67B.6000708@moene.indiv.nluug.nl> <1105402823.4305.9.camel@localhost.localdomain> <20050111040741.GE12291@bubble.modra.org> <20050111051601.GB26657@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050111051601.GB26657@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2005-01/txt/msg00597.txt.bz2 On Mon, Jan 10, 2005 at 09:16:01PM -0800, Richard Henderson wrote: > On Tue, Jan 11, 2005 at 02:37:41PM +1030, Alan Modra wrote: > > No, don't. ia64 is unique in that it defines a SHF_* value for ELF > > section header sh_flags field to specify small section data. > > Hmm? > > #define SHF_ALPHA_GPREL 0x10000000 > #define SHF_MIPS_GPREL 0x10000000 Err, OK, I spoke too soon. > It's probably default_elf_asm_named_section that should be tweaked > such that it doesn't just assume that SECTION_SMALL -> 's'. I considered that, but that means more target code. ie. duplicating elf_asm_named_section. Hmm, unless you pull out the code that builds flagchars. Yeah, I guess that would be better.. -- Alan Modra IBM OzLabs - Linux Technology Centre