From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8122 invoked by alias); 25 Feb 2011 12:30:04 -0000 Received: (qmail 8075 invoked by uid 22791); 25 Feb 2011 12:30:03 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 12:29:59 +0000 Received: by qwd7 with SMTP id 7so1567957qwd.0 for ; Fri, 25 Feb 2011 04:29:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.128.193 with SMTP id l1mr1926388qas.341.1298636997186; Fri, 25 Feb 2011 04:29:57 -0800 (PST) Received: by 10.224.61.18 with HTTP; Fri, 25 Feb 2011 04:29:57 -0800 (PST) In-Reply-To: <20110225074917.GB5959@bubble.grove.modra.org> References: <20100715141753.GI31087@bubble.grove.modra.org> <20100716093630.GN31087@bubble.grove.modra.org> <20100720054451.GF19525@bubble.grove.modra.org> <20100720141031.GI19525@bubble.grove.modra.org> <20110225074917.GB5959@bubble.grove.modra.org> Date: Fri, 25 Feb 2011 12:30:00 -0000 Message-ID: Subject: Re: VMA section overlap warnings for overlays From: "H.J. Lu" To: Andreas Schwab , David Stubbs , binutils@sourceware.org Cc: Alan Modra 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: 2011-02/txt/msg00308.txt.bz2 On Thu, Feb 24, 2011 at 11:49 PM, Alan Modra wrote: > On Thu, Feb 24, 2011 at 03:49:25PM -0800, H.J. Lu wrote: >> On Tue, Jul 20, 2010 at 7:10 AM, Alan Modra wrote: >> > This removes all the special treatment for zero size sections when >> > using ELF_SECTION_IN_SEGMENT in elf.c, and makes readelf display > [snip] >> This may have caused: >> >> http://sourceware.org/bugzilla/show_bug.cgi?id=3D12516 > > Yes, looks like it. > > =A0 =A0 =A0 =A0PR 12519 > =A0 =A0 =A0 =A0* internal.h (ELF_SECTION_IN_SEGMENT_1): Don't match zero = size > =A0 =A0 =A0 =A0sections at start or end of PT_DYNAMIC. > Please add a testcase. Thanks. --=20 H.J.