From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23785 invoked by alias); 15 Aug 2005 22:33:07 -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 23748 invoked by uid 22791); 15 Aug 2005 22:33:00 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 15 Aug 2005 22:33:00 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7FMWx1s012762 for ; Mon, 15 Aug 2005 18:32:59 -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 j7FMWwV19594 for ; Mon, 15 Aug 2005 18:32:58 -0400 Received: from localhost.localdomain (vpn50-47.rdu.redhat.com [172.16.50.47]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j7FMWw2G018922 for ; Mon, 15 Aug 2005 18:32:58 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j7FMWqJ9030546 for ; Mon, 15 Aug 2005 15:32:52 -0700 Date: Mon, 15 Aug 2005 23:05:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [ping] [RFA] Fix varargs calls for PowerPC System V ABI Message-ID: <20050815153252.58f9510c@ironwood.lan> In-Reply-To: <200506191030.j5JAUtRE023985@elgar.sibelius.xs4all.nl> References: <200506191030.j5JAUtRE023985@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00186.txt.bz2 On Sun, 19 Jun 2005 12:30:55 +0200 (CEST) Mark Kettenis wrote: > * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Set condition > register appropriately for varargs functions. Okay. (Sorry for the late response.) Kevin