From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11111 invoked by alias); 16 Apr 2005 00:44:00 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 11101 invoked from network); 16 Apr 2005 00:43:58 -0000 Received: from unknown (HELO sccrmhc14.comcast.net) (204.127.202.59) by sourceware.org with SMTP; 16 Apr 2005 00:43:58 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (sccrmhc14) with ESMTP id <2005041600435701400h4jehe>; Sat, 16 Apr 2005 00:43:58 +0000 Received: by lucon.org (Postfix, from userid 1000) id 0F43263F44; Fri, 15 Apr 2005 17:43:57 -0700 (PDT) Date: Sat, 16 Apr 2005 00:44:00 -0000 From: "H. J. Lu" To: Nick Clifton , wilson@specifixinc.com, Jan Beulich , binutils@sources.redhat.com Subject: Re: [PATCH] ELF: make .struct interact with .previous Message-ID: <20050416004357.GB16052@lucon.org> References: <425F9C9F.80903@redhat.com> <20050415173112.GA10069@lucon.org> <20050415183718.GA11086@lucon.org> <20050415220015.GD5334@bubble.modra.org> <20050416003646.GA16052@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050416003646.GA16052@lucon.org> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg00446.txt.bz2 On Fri, Apr 15, 2005 at 05:36:47PM -0700, H. J. Lu wrote: > On Sat, Apr 16, 2005 at 07:30:16AM +0930, Alan Modra wrote: > > On Fri, Apr 15, 2005 at 11:37:18AM -0700, H. J. Lu wrote: > > > I don't think we should call md_cons_align for ABS section. This patch > > > fixes the failure. > > > > Why not? If you need to do something special for the absolute section, > > then md_cons_align itself should handle that. > > What special alignment can a backend can do for the absolute section? > There are @item md_cons_align @cindex md_cons_align You may define this macro to do any special alignment before a data allocation pseudo-op. But there is no data allocation involved for the absolute section. H.J.