From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21281 invoked by alias); 12 May 2008 22:22:53 -0000 Received: (qmail 21269 invoked by uid 22791); 12 May 2008 22:22:52 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 May 2008 22:22:33 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id m4CMMMoS013043 for ; Mon, 12 May 2008 23:22:23 +0100 Received: from rv-out-0708.google.com (rvbf25.prod.google.com [10.140.82.25]) by zps35.corp.google.com with ESMTP id m4CMMLZo019820 for ; Mon, 12 May 2008 15:22:21 -0700 Received: by rv-out-0708.google.com with SMTP id f25so2606642rvb.14 for ; Mon, 12 May 2008 15:22:21 -0700 (PDT) Received: by 10.114.94.1 with SMTP id r1mr8305045wab.31.1210630941318; Mon, 12 May 2008 15:22:21 -0700 (PDT) Received: by 10.114.254.4 with HTTP; Mon, 12 May 2008 15:22:21 -0700 (PDT) Message-ID: Date: Tue, 13 May 2008 15:31:00 -0000 From: "Doug Evans" To: "Michael Snyder" Subject: Re: Overlay support broken (Re: [patch] [2/2] Discontiguous PSYMTABs (psymtabs->symtabs by addrmap)) Cc: gdb-patches@sources.redhat.com, "Ulrich Weigand" In-Reply-To: <1210622804.4615.543.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805121945.m4CJjdYd031485@d12av02.megacenter.de.ibm.com> <1210622804.4615.543.camel@localhost.localdomain> 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/msg00388.txt.bz2 On Mon, May 12, 2008 at 1:06 PM, Michael Snyder wrote: > I wrote that overlay code over 10 years ago. > I wonder whether anyone still uses it? I've been wondering if it'd be useful in the spu context. Is what how you discovered the breakage Ulrich?