From patchwork Tue May 30 06:33:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangjin Wu X-Patchwork-Id: 13259240 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC839C7EE23 for ; Tue, 30 May 2023 06:34:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230133AbjE3GeN (ORCPT ); Tue, 30 May 2023 02:34:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229513AbjE3GeM (ORCPT ); Tue, 30 May 2023 02:34:12 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A9B3BF; Mon, 29 May 2023 23:34:07 -0700 (PDT) X-QQ-mid: bizesmtp89t1685428435tjs88flb Received: from linux-lab-host.localdomain ( [119.123.130.226]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 30 May 2023 14:33:54 +0800 (CST) X-QQ-SSF: 01200000000000D0V000000A0000000 X-QQ-FEAT: ILHsT53NKPh+Vf4xMsr6y3bHBEHWUUnRi1ghv9wT/qGSSt9pNLNvHdozNDzCX 1FIgAFiE0Yuz0+3Hi8+4nJEwsdFBayeit8CoSC67DiiD01jczO+8TMxkbA/h/eOj1LDd/Ay RTH//UIXABuBugm7tsryWGYk7G14ra0YGkbCqjK0p/KAxjctuOzFukamVxjPRQDdbqSrkpt TuWxj54BJCiltXLehhYKZBwb4XpffeeqWh1WVXmU3qkkldsXghlh6PVm/WXVJQ6p3xPmdqA 9TgsdQ0PoP8nokkAlZxWrV7QxEyW1TjtXov4T3XGiUzy9ntWo12jNAAnUiTsuH+ATT6pbBo UPjLBj7kxAZ0DNvmg4L2ZBWFLklu6diSKqOZuexEdyJuZB2/jQ= X-QQ-GoodBg: 0 X-BIZMAIL-ID: 1304149608474469896 From: Zhangjin Wu To: w@1wt.eu Cc: falcon@tinylab.org, arnd@arndb.de, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-riscv@lists.infradead.org, thomas@t-8ch.de Subject: [PATCH v2 0/2] nolibc: add part3 of support for rv32 Date: Tue, 30 May 2023 14:33:51 +0800 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:tinylab.org:qybglogicsvrsz:qybglogicsvrsz3a-3 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi, Willy These two patches are based on part2 of support for rv32 [1], I have forgotten to send them together. Best regards, Zhangjin --- [1]: https://lore.kernel.org/linux-riscv/cover.1685387484.git.falcon@tinylab.org/ Zhangjin Wu (2): selftests/nolibc: add new gettimeofday test cases selftests/nolibc: add sizeof test for the new 64bit data types tools/testing/selftests/nolibc/nolibc-test.c | 13 +++++++++++++ 1 file changed, 13 insertions(+)