From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10912 invoked by alias); 10 Oct 2003 05:20:57 -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 10905 invoked from network); 10 Oct 2003 05:20:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Oct 2003 05:20:57 -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 h9A5KuM09491 for ; Fri, 10 Oct 2003 01:20:56 -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 h9A5Kuc06018 for ; Fri, 10 Oct 2003 01:20:56 -0400 Received: from localhost.localdomain (vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9A5Kt95009892; Fri, 10 Oct 2003 01:20:55 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h9A5KoD16094; Thu, 9 Oct 2003 22:20:50 -0700 Date: Fri, 10 Oct 2003 05:20:00 -0000 From: Kevin Buettner Message-Id: <1031010052050.ZM16093@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [rfa:ppc64] Fix 64-bit PPC ELF function calls" (Oct 9, 9:27pm) References: <3F6E368C.30009@redhat.com> <3F6F388D.5020706@redhat.com> <1031003212231.ZM26624@localhost.localdomain> <3F81EA72.4030601@redhat.com> <1031009050157.ZM11014@localhost.localdomain> <3F860AF0.5040104@redhat.com> To: Andrew Cagney , Kevin Buettner Subject: Re: [rfa:ppc64] Fix 64-bit PPC ELF function calls Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00352.txt.bz2 On Oct 9, 9:27pm, Andrew Cagney wrote: > * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set > push_dummy_call to ppc64_sysv_abi_push_dummy_call. > * ppc-sysv-tdep.c: Include "gdb_assert.h". > (ppc64_sysv_abi_push_dummy_call): New function. > (ppc64_sysv_abi_broken_push_dummy_call): New function. > * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare. > (ppc64_sysv_abi_broken_push_dummy_call): Declare. Okay. Thanks for reworking it. Kevin