From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5876 invoked by alias); 24 Oct 2003 19:10:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 5843 invoked from network); 24 Oct 2003 19:10:17 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 24 Oct 2003 19:10:17 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id h9OJAF042350; Fri, 24 Oct 2003 15:10:15 -0400 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7) with ESMTP id h9OJAFd81750; Fri, 24 Oct 2003 15:10:15 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id h9OJAFg30054; Fri, 24 Oct 2003 15:10:15 -0400 Message-Id: <200310241910.h9OJAFg30054@makai.watson.ibm.com> To: Geoff Keating cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] - Use of powerpc 64bit instructions in 32bit ABI In-Reply-To: Message from Geoff Keating of "24 Oct 2003 12:07:11 PDT." Date: Fri, 24 Oct 2003 19:10:00 -0000 From: David Edelsohn X-SW-Source: 2003-10/txt/msg02233.txt.bz2 >>>>> Geoff Keating writes: Geoff> It should only be necessary to do this for arguments that would Geoff> otherwise be passed in GPRs. That's most arguments: ints, structs, unions, FP without prototype, stdarg. David