From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A5BBD15BD for ; Mon, 8 May 2023 14:41:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5599DC433AF; Mon, 8 May 2023 14:41:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683556916; bh=GN50963fdkw5cucYPuN4xRaiQmxHDA0hrlxtEWYsvtQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=r64Dxi/fpFWqlTPgj0oa/IYTE2F52/0U4frXOQyj/T+tixhV8XgLG9eTZd0UTcV36 MThVa+dfb2c7qq/bN1MQ8+/nOc8Zmb/oMzz15aLEjcY3k7iXI8FgY1pc19ij96JWIV p9dbdwXXuKSBbcyHFrtz6ZwA4PUDzbKgr0j7wVdl3YWaGX8HsjZh5pa2IYQUToSezH E9CdNSf3PqfxLJyZIxE9T5n56CbdoDjfQLgg37E6Wjd320jmozml/4Ck793810C2gG zwHDr3HymZCWssXv9EaO6SQ9YW4Hi3EpsX6/opGZlaru1Qz9BiS57573d/bVlpFpBc 4vD8grh8d6yuA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 2C09CE26D2B; Mon, 8 May 2023 14:41:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] libgcc: Add forward declarations for generic library routines From: patchwork-bot+linux-riscv@kernel.org Message-Id: <168355691617.25692.18413165340491314933.git-patchwork-notify@kernel.org> Date: Mon, 08 May 2023 14:41:56 +0000 References: <5cdbe08296693dd53849f199c3933e16e97b33c1.1682088593.git.geert+renesas@glider.be> In-Reply-To: <5cdbe08296693dd53849f199c3933e16e97b33c1.1682088593.git.geert+renesas@glider.be> To: Geert Uytterhoeven Cc: linux-riscv@lists.infradead.org, akpm@linux-foundation.org, arnd@arndb.de, linux-csky@vger.kernel.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, chris@zankel.net, jcmvbkbc@gmail.com, lkp@intel.com Hello: This patch was applied to riscv/linux.git (fixes) by Andrew Morton : On Fri, 21 Apr 2023 16:54:24 +0200 you wrote: > With W=1 on platforms that use the generic gcc library routines > (csky/loongarch/mips/riscv/sh/xtensa): > > lib/ashldi3.c:9:19: warning: no previous prototype for '__ashldi3' [-Wmissing-prototypes] > 9 | long long notrace __ashldi3(long long u, word_type b) > | ^~~~~~~~~ > CC lib/ashrdi3.o > lib/ashrdi3.c:9:19: warning: no previous prototype for '__ashrdi3' [-Wmissing-prototypes] > 9 | long long notrace __ashrdi3(long long u, word_type b) > | ^~~~~~~~~ > CC lib/cmpdi2.o > lib/cmpdi2.c:9:19: warning: no previous prototype for '__cmpdi2' [-Wmissing-prototypes] > 9 | word_type notrace __cmpdi2(long long a, long long b) > | ^~~~~~~~ > CC lib/lshrdi3.o > lib/lshrdi3.c:9:19: warning: no previous prototype for '__lshrdi3' [-Wmissing-prototypes] > 9 | long long notrace __lshrdi3(long long u, word_type b) > | ^~~~~~~~~ > CC lib/muldi3.o > lib/muldi3.c:49:19: warning: no previous prototype for '__muldi3' [-Wmissing-prototypes] > 49 | long long notrace __muldi3(long long u, long long v) > | ^~~~~~~~ > CC lib/ucmpdi2.o > lib/ucmpdi2.c:8:19: warning: no previous prototype for '__ucmpdi2' [-Wmissing-prototypes] > 8 | word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) > | ^~~~~~~~~ > > [...] Here is the summary with links: - libgcc: Add forward declarations for generic library routines https://git.kernel.org/riscv/c/4f20b7471c57 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html