From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20503 invoked by alias); 12 May 2008 20:07:04 -0000 Received: (qmail 20405 invoked by uid 22791); 12 May 2008 20:07:04 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 May 2008 20:06:46 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 0629D3BA70 for ; Mon, 12 May 2008 13:06:44 -0700 (PDT) Subject: Re: Overlay support broken (Re: [patch] [2/2] Discontiguous PSYMTABs (psymtabs->symtabs by addrmap)) From: Michael Snyder To: gdb-patches@sources.redhat.com In-Reply-To: <200805121945.m4CJjdYd031485@d12av02.megacenter.de.ibm.com> References: <200805121945.m4CJjdYd031485@d12av02.megacenter.de.ibm.com> Content-Type: text/plain Date: Mon, 12 May 2008 22:37:00 -0000 Message-Id: <1210622804.4615.543.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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/msg00384.txt.bz2 On Mon, 2008-05-12 at 21:45 +0200, Ulrich Weigand wrote: > Jan Kratochvil wrote: > > > * symtab.c: Include "addrmap.h" > > (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP. > > Move the psymtab locator into ... > > (find_pc_sect_psymtab_closer): ... a new function. > > It appears this change broke overlay support. Thanks for noticing. ;-) I wrote that overlay code over 10 years ago. I wonder whether anyone still uses it? Michael