From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25911 invoked by alias); 27 Oct 2003 19:11:46 -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 25904 invoked from network); 27 Oct 2003 19:11:45 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 27 Oct 2003 19:11:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C1F9A2B89; Mon, 27 Oct 2003 14:11:44 -0500 (EST) Message-ID: <3F9D6DF0.6050803@redhat.com> Date: Mon, 27 Oct 2003 19:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:solib] Handle start-address descriptors References: <3F9D67D7.2090003@redhat.com> <1031027185736.ZM30501@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00792.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? Just what's listed in the ChangeLog (I didn't trim enough fat). There's already an RFA for the ppc-linux-tdep.c change here: http://sources.redhat.com/ml/gdb-patches/2003-10/msg00711.html Andrew