From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id D5F403858D38 for ; Tue, 6 Jun 2023 17:18:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D5F403858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.00,221,1681200000"; d="scan'208";a="8022068" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 06 Jun 2023 09:18:52 -0800 IronPort-SDR: WaDFQSCeIUx5yP0ZEaCfRHB8w5dJotp+BMYNHVqwEj/E6mfGSoC9KKuyaAjTDjI8+gLMMb2Zgi 83Fm9azaOuOD0G50wGE9H4uMAIIabl57hUAJsAzAB2v7Xms5LEoy8pchYSwIQWvRFK6mbIxSMB LloFVbOw053McNcNRPgM3lX7+impBX1jrmzPDe6zTm5/2FyQsFOZlyoC7ZOODU20YEDY+56EER csvyuFiLfnc7x4F27Ml3XU3b3ekVikl8bv3EFmU8eHFgH4SNFatsmAhWrMScqJsKYvlN3/p5DG mWc= Date: Tue, 6 Jun 2023 17:18:47 +0000 From: Joseph Myers To: Andrew Pinski CC: Umesh Kalappa , Nicholas Piggin , , , , Segher Boessenkool , Michael Ellerman , Paul E Murphy Subject: Re: Passing the complex args in the GPR's In-Reply-To: Message-ID: References: <20220524093828.505575-1-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3106.2 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 6 Jun 2023, Andrew Pinski via Gcc wrote: > You are looking at the wrong ABI document. > That is for the 64bit ABI. > The 32bit ABI document is located at: > http://refspecs.linux-foundation.org/elf/elfspec_ppc.pdf > > Plus the 32bit ABI document does not document Complex argument passing > as it was written in 1995 and never updated. For the 32-bit ABI see https://www.polyomino.org.uk/publications/2011/Power-Arch-32-bit-ABI-supp-1.0-Unified.pdf (sources at https://github.com/ryanarn/powerabi - power.org has long since disappeared). -- Joseph S. Myers joseph@codesourcery.com