From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21381 invoked by alias); 4 May 2008 17:29:53 -0000 Received: (qmail 21367 invoked by uid 22791); 4 May 2008 17:29:52 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 04 May 2008 17:29:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m44HTXjB025860 for ; Sun, 4 May 2008 13:29:33 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m44HTWCt004678 for ; Sun, 4 May 2008 13:29:32 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m44HTUkt015594 for ; Sun, 4 May 2008 13:29:31 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.2) with ESMTP id m44HTUPD024729; Sun, 4 May 2008 19:29:30 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m44HTTEV024728; Sun, 4 May 2008 19:29:29 +0200 Date: Sun, 04 May 2008 17:38:00 -0000 From: Jan Kratochvil To: gdb-patches@sources.redhat.com Cc: Daniel Jacobowitz Subject: Re: [patch] [2/2] Discontiguous PSYMTABs (psymtabs->symtabs by addrmap) Message-ID: <20080504172929.GA646@host0.dyn.jankratochvil.net> References: <20071009185931.GA1220@caradoc.them.org> <20071124154339.GA14913@host0.dyn.jankratochvil.net> <20071130111021.GA17867@host0.dyn.jankratochvil.net> <20071130145613.GA5941@caradoc.them.org> <20071209203138.GA23339@host0.dyn.jankratochvil.net> <20071217005641.GA14690@caradoc.them.org> <20071217010217.GB14690@caradoc.them.org> <20080423213059.GC11894@host0.dyn.jankratochvil.net> <20080501194622.GJ22218@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080501194622.GJ22218@caradoc.them.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00178.txt.bz2 On Thu, 01 May 2008 21:46:22 +0200, Daniel Jacobowitz wrote: > On Wed, Apr 23, 2008 at 11:30:59PM +0200, Jan Kratochvil wrote: > > fix + a testcase for DWARF/non-DWARF debuginfos with continuous sections for > > childless CUs. ... > This looks good to me. If your testing hasn't found any trouble, > please check it in. Committed (no regressions on the i386/x86_64 native/biarch testsuite). Regards, Jan