From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.hgst.iphmx.com (esa4.hgst.iphmx.com [216.71.154.42]) by sourceware.org (Postfix) with ESMTPS id E5C583857C5A for ; Sun, 12 Jul 2020 20:54:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E5C583857C5A IronPort-SDR: mioQCy/ejngBvQSG16TZ5DmTzcS8b/S+FRAqPtsEZ4bieul6m5T9enssA3nIpePSKyGuTqA8Dl KmrGmWA50DeNACL6/SAKh8UJinfdEFBtEgQ9XqjNCMB+F+HBTs9tBf4RouWINLmthYEz8XkB0n ASjiM6slcxZwvtRulp8ZDd9tOXaPS8FkTYbISAad9T2MM6UJgW4nqvsomu3XLIW3sSLbUyKN4f ok7WpmUKr3rDu/ui8ukgrzEOyClrRYprglaQ+HHOlQN1dj9YeG0ebB/xUu0QTcN9gj6xeS1yen isI= X-IronPort-AV: E=Sophos;i="5.75,345,1589212800"; d="scan'208";a="142262203" Received: from uls-op-cesaip01.wdc.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 13 Jul 2020 04:54:44 +0800 IronPort-SDR: cH4Q99TG05qCjQTqh8jidR0RLNtUFDMy4eMCqBqF8y6bKxn1wcwjCf9uFDOTV++hStnI/YWvsI LMHBOZ/N1BTJbLMb4vY8L/Zna99PbdEbo= Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2020 13:43:15 -0700 IronPort-SDR: 5zBVG4KdnSTeB5TkdesElkdx7k271VbBN4ii6HN9gp6p1wjPjYW4RE5YbfV6cc0OWnSGdwhMCD IaDNygxLCufA== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2020 13:54:44 -0700 Date: Sun, 12 Jul 2020 21:54:40 +0100 (BST) From: "Maciej W. Rozycki" To: Alistair Francis cc: libc-alpha@sourceware.org Subject: Re: [PATCH v2 11/18] RISC-V: Add ABI lists In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2020 20:54:48 -0000 Alistair, Maybe: "RISC-V: Add 32-bit ABI lists"? On Wed, 3 Jun 2020, Alistair Francis via Libc-alpha wrote: > Use the check-api and update-abi to generate the abilist for rv32. What does `check-api' refer to? I can't see such a Makefile target or a script. Also something's missing or extraneous here WRT first "the". > diff --git a/sysdeps/unix/sysv/linux/riscv/c++-types.data b/sysdeps/unix/sysv/linux/riscv/c++-types.data > new file mode 100644 > index 0000000000..0fb0143ae7 > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/riscv/c++-types.data This would better be `sysdeps/unix/sysv/linux/riscv/rv32/c++-types.data', I think. We have no "default" architecture. Likewise the other files. Let me know if you disagree. Otherwise these are all generated files, and I have verified the contents pass our checks, so it all looks good to me. Maciej