From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 392 invoked by alias); 27 Aug 2003 23:58:01 -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 374 invoked from network); 27 Aug 2003 23:57:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Aug 2003 23:57:58 -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 h7RNvql24279 for ; Wed, 27 Aug 2003 19:57:52 -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 h7RNvqs14302 for ; Wed, 27 Aug 2003 19:57:52 -0400 Received: from localhost.localdomain (vpn50-17.rdu.redhat.com [172.16.50.17]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h7RNvpTN006921; Wed, 27 Aug 2003 19:57:51 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h7RNvkq10931; Wed, 27 Aug 2003 16:57:46 -0700 Date: Wed, 27 Aug 2003 23:58:00 -0000 From: Kevin Buettner Message-Id: <1030827235745.ZM10930@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:ppc64] Eliminate call_dummy_address" (Aug 27, 4:14pm) References: <3F4D1110.1080302@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc64] Eliminate call_dummy_address MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00499.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. Kevin