From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25243 invoked by alias); 20 Sep 2009 15:02:49 -0000 Received: (qmail 25122 invoked by uid 22791); 20 Sep 2009 15:02:47 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Sep 2009 15:02:43 +0000 Received: from spaceape11.eur.corp.google.com (spaceape11.eur.corp.google.com [172.28.16.145]) by smtp-out.google.com with ESMTP id n8KF2d6L011549 for ; Sun, 20 Sep 2009 08:02:40 -0700 Received: from an-out-0708.google.com (anab2.prod.google.com [10.100.53.2]) by spaceape11.eur.corp.google.com with ESMTP id n8KF2aHZ013353 for ; Sun, 20 Sep 2009 08:02:37 -0700 Received: by an-out-0708.google.com with SMTP id b2so1162190ana.32 for ; Sun, 20 Sep 2009 08:02:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.44.1 with SMTP id w1mr3433729anj.113.1253458955869; Sun, 20 Sep 2009 08:02:35 -0700 (PDT) In-Reply-To: <20090920143231.GQ7961@adacore.com> References: <20090920025432.GA22104@bromo.med.uc.edu> <8ac60eac0909192050g256a1076r3e28fd0a8cfd7f41@mail.gmail.com> <20090920143231.GQ7961@adacore.com> Date: Sun, 20 Sep 2009 15:02:00 -0000 Message-ID: <8ac60eac0909200802m45f2675epa6e56001af4b491@mail.gmail.com> Subject: Re: [ANNOUNCEMENT] GDB 7.0 release process created From: Paul Pluzhnikov To: Joel Brobecker Cc: Jack Howarth , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00242.txt.bz2 On Sun, Sep 20, 2009 at 7:32 AM, Joel Brobecker wrote: >> http://sourceware.org/ml/gdb-patches/2009-09/msg00430.html > > This patch (which we included in the AdaCore sources - thank you!) > should only get rid of some complaint messages, which are not emitted > by default. I am not sure what you mean. The patch (I believe) actually solves a problem, not just suppresses complaints: without it find_pc_section may find a "random" .text section from foo.o, and things go downhill from there. With the patch, foo.o is not inserted into the section map, so find_pc_section returns correct .text section (from a.exe or foo.dylib), and everything else works. Cheers, -- Paul Pluzhnikov