From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3852 invoked by alias); 28 Aug 2003 01:19:02 -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 3845 invoked from network); 28 Aug 2003 01:19:01 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.2.227) by sources.redhat.com with SMTP; 28 Aug 2003 01:19:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BBA942B7F; Wed, 27 Aug 2003 21:19:03 -0400 (EDT) Message-ID: <3F4D5887.5020106@redhat.com> Date: Thu, 28 Aug 2003 01:19: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:ppc64] Eliminate call_dummy_address References: <3F4D1110.1080302@redhat.com> <1030827235745.ZM10930@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00501.txt.bz2 > On Aug 27, 4:14pm, Andrew Cagney wrote: > > >> This patch does two things: >> >> - It modifies "infcall.c" so that it converts the entry-point address >> into a code address (it might be a descriptor). >> >> - since it's now redundant, for ppc64 GNU/Linux, it stops setting >> entry_point_address >> >> Kevin, ppc64 part ok? It doesn't immediatly affect test results as this >> GDB still requires a mod to relocate the entry point. > > > Sounds reasonable. Okay. TKS, its in. Now for the next one. Andrew