From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18876 invoked by alias); 4 Jun 2004 18:26:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18855 invoked from network); 4 Jun 2004 18:26:37 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Jun 2004 18:26:37 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i54IQbi7001541 for ; Fri, 4 Jun 2004 14:26:37 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i54IQa011388; Fri, 4 Jun 2004 14:26:36 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 16DC42B9D; Fri, 4 Jun 2004 14:26:33 -0400 (EDT) Message-ID: <40C0BED8.9020102@gnu.org> Date: Fri, 04 Jun 2004 18:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] New program_changed event, cleanup some HPUXHPPA mess References: <20040521190242.GB7207@tausq.org> <40AE6260.2090205@gnu.org> <20040526052753.GU7207@tausq.org> <20040526132546.GB7594@nevyn.them.org> <20040526153530.GZ7207@tausq.org> <40B4D9D6.7040302@gnu.org> <20040528234344.GA11062@nevyn.them.org> <40BB8AD5.3020504@gnu.org> <20040531204318.GA29687@nevyn.them.org> <40BBDC52.7060106@gnu.org> <20040603174102.GP601@tausq.org> In-Reply-To: <20040603174102.GP601@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00074.txt.bz2 >>In that case, since the cache was originally added to work around what >>> was a >>O(1) lookup, it should no longer be needed. > > > There were two parts to this actually, the first part was the symbol > caching, but there is also some stuff related to how the hp cxx abi > support worked that required some cleaning up when a new symbol table > gets loaded. > > Here's a new patch for getting rid of the symbol caching. I'll see how > best to handle the hp c++ abi support... Ok. > ok to apply? Yep! Thanks. Andrew > randolph > > 2004-06-03 Randolph Chung > > * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) > (hppa_hpux_skip_trampoline_code): Don't cache symbol values. > * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise. > * hppa-tdep.c (hppa_symbol_address): New function definition. > * hppa-tdep.h (hppa_symbol_address): New function declaration. >