From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19828 invoked by alias); 27 Oct 2003 18:57:44 -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 19819 invoked from network); 27 Oct 2003 18:57:43 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Oct 2003 18:57:43 -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 h9RIvhM10064 for ; Mon, 27 Oct 2003 13:57:43 -0500 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 h9RIvh611022 for ; Mon, 27 Oct 2003 13:57:43 -0500 Received: from localhost.localdomain (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9RIvgGG002608; Mon, 27 Oct 2003 13:57:42 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h9RIvap30502; Mon, 27 Oct 2003 11:57:36 -0700 Date: Mon, 27 Oct 2003 18:57:00 -0000 From: Kevin Buettner Message-Id: <1031027185736.ZM30501@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:solib] Handle start-address descriptors" (Oct 27, 1:45pm) References: <3F9D67D7.2090003@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:solib] Handle start-address descriptors MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00789.txt.bz2 On Oct 27, 1:45pm, Andrew Cagney wrote: > 2003-10-27 Andrew Cagney > > * solib-svr4.c: Update copyright. Include "bfd-target.h" and > "exec.h". > (exec_entry_point): New function. > (enable_break): Create a "tmp_bfd_target", use that and > entry_point_address when computing the relocation offset. > (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops. > * Makefile.in (solib-svr4.o): Update dependencies. [...] > Index: ppc-linux-tdep.c If you're asking for approval for your ppc-linux-tdep.c changes, could you please include ChangeLog entries for them? Kevin