From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4917EB707D for ; Fri, 10 Jul 2009 14:15:37 +1000 (EST) Received: from nschwmtas05p.mx.bigpond.com (nschwmtas05p.mx.bigpond.com [61.9.189.149]) by ozlabs.org (Postfix) with ESMTP id 37793DDDF6 for ; Fri, 10 Jul 2009 14:15:37 +1000 (EST) Date: Fri, 10 Jul 2009 13:45:36 +0930 From: Alan Modra To: Edmar Wienskoski-RA8797 Subject: Re: binutils 2.19 issue with kernel link Message-ID: <20090710041536.GE3181@bubble.grove.modra.org> References: <09159ADA-39F9-419E-AE46-4CFAE612AFB9@kernel.crashing.org> <20090708233954.GA3181@bubble.grove.modra.org> <20090709044007.GB3181@bubble.grove.modra.org> <4B3B917C-C8B0-416B-888D-13E6C0645BF8@kernel.crashing.org> <4A5645A9.3080003@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4A5645A9.3080003@freescale.com> Cc: Scott Wood , "linuxppc-dev@ozlabs.org list" , bug-binutils@gnu.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jul 09, 2009 at 02:31:53PM -0500, Edmar Wienskoski-RA8797 wrote: > I understand your arguments, but there is something inconsistent about this. > If I change the script to be: > _end3 = . ; > . = _end3; > . = ALIGN(PAGE_SIZE); > _end = . ; > PROVIDE32 (end = .); > } > The result is corrected: > c067f678 A _end3 > c0680000 A _end > > Why the apuinfo section with zero VMA sometimes interfere with "." and > sometimes not ? I said it was weird in my last email. Not so. The orphan gets placed between _end3 = . ; . = _end3; So dot is restored after the orphan section sets it. -- Alan Modra Australia Development Lab, IBM