From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7399 invoked by alias); 10 Oct 2003 18:30:03 -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 7391 invoked from network); 10 Oct 2003 18:30:01 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 10 Oct 2003 18:30:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2B4EB2B89; Fri, 10 Oct 2003 14:30:00 -0400 (EDT) Message-ID: <3F86FAA7.30601@redhat.com> Date: Fri, 10 Oct 2003 18:30: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] Fix 64-bit PPC ELF function calls 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> <1031010052050.ZM16093@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00367.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. I've checked this in. Andrew