From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6828 invoked by alias); 15 Jul 2010 14:26:10 -0000 Received: (qmail 6777 invoked by uid 22791); 15 Jul 2010 14:26:08 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-px0-f169.google.com (HELO mail-px0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Jul 2010 14:26:02 +0000 Received: by pxi7 with SMTP id 7so977484pxi.0 for ; Thu, 15 Jul 2010 07:26:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.199.21 with SMTP id w21mr24008864wff.28.1279203960176; Thu, 15 Jul 2010 07:26:00 -0700 (PDT) Received: by 10.142.226.18 with HTTP; Thu, 15 Jul 2010 07:26:00 -0700 (PDT) In-Reply-To: <20100715141753.GI31087@bubble.grove.modra.org> References: <20100421082441.GG3510@bubble.grove.modra.org> <4D60B0700D1DB54A8C0C6E9BE69163700E7815C7@EXCHANGEVS.IceraSemi.local> <20100422011106.GI3510@bubble.grove.modra.org> <20100422015303.GK3510@bubble.grove.modra.org> <4D60B0700D1DB54A8C0C6E9BE69163700E7F2F15@EXCHANGEVS.IceraSemi.local> <20100424021750.GQ3510@bubble.grove.modra.org> <20100715130955.GH31087@bubble.grove.modra.org> <20100715141753.GI31087@bubble.grove.modra.org> Date: Thu, 15 Jul 2010 14:26:00 -0000 Message-ID: Subject: Re: VMA section overlap warnings for overlays From: "H.J. Lu" To: "H.J. Lu" , Andreas Schwab , David Stubbs , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00194.txt.bz2 On Thu, Jul 15, 2010 at 7:17 AM, Alan Modra wrote: > On Thu, Jul 15, 2010 at 06:53:39AM -0700, H.J. Lu wrote: >> On Thu, Jul 15, 2010 at 6:46 AM, Andreas Schwab wrot= e: >> > The sh_offset of .branch_lt no longer agrees with sh_addr modulo segme= nt >> > alignment. >> >> What is an empty section used for? > > This particular section stores addresses used by long branch stubs. > I'd be happier if it was eliminated when no long branch stubs were > needed, but that turns out to be difficult. =A0So unfortunately ppc64 > binaries get these zero sized sections. > Is that a problem when it isn't included in any segment by objcopy/strip? --=20 H.J.