From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12149 invoked by alias); 11 Jun 2003 00:01:18 -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 12075 invoked from network); 11 Jun 2003 00:01:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Jun 2003 00:01:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5B01HH28797 for ; Tue, 10 Jun 2003 20:01:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5B01HI22030 for ; Tue, 10 Jun 2003 20:01:17 -0400 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5B01GE09332; Tue, 10 Jun 2003 20:01:17 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5B01Bn23103; Tue, 10 Jun 2003 17:01:11 -0700 Date: Wed, 11 Jun 2003 00:01:00 -0000 From: Kevin Buettner Message-Id: <1030611000111.ZM23102@localhost.localdomain> In-Reply-To: Jim Blandy "RFA: finish the job (gdbarching solib functions)" (Jun 5, 5:49pm) References: To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: RFA: finish the job (gdbarching solib functions) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00347.txt.bz2 On Jun 5, 5:49pm, Jim Blandy wrote: > I missed another #definition of SKIP_TRAMPOLINE_CODE lower down in > tm-linux.h. > > 2003-06-05 Jim Blandy > > Actually finish the job started by my change of 2003-05-29. > * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the > other #definition of this. > (ppc_linux_skip_trampoline_code): Remove declaration. > * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this > static. > (ppc_linux_init_abi): Register it as the skip_trampoline_code > method for GDBARCH. Okay. Kevin