From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gnuweeb.org (Postfix) with ESMTPS id 9B5FC7E3EC for ; Tue, 19 Apr 2022 00:42:31 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=e4hJT24y; dkim-atps=neutral Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7347A61492; Tue, 19 Apr 2022 00:42:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 998E6C341D3; Tue, 19 Apr 2022 00:42:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650328948; bh=VCheLsDbUv9AaqHGhZiKBpac43Rz0zXEHf/ilfBdNqU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e4hJT24yZw9wE4FxsSykCMJV7wUXRdIOwpWdohcQKDOOk8F845ggDwWY91oisDJwy t6zlfpMbRwZVBHp1lWeDp+FzlnMlZ6puB/91l0QLqwMBuUah0UhK1xsP07yGpJiF50 eSJzHFctje+8vrzWHerXW86C9T6vZE4I/l1xnCkRf/T0vrAu4SJ8sC+O4+G2L6Icn8 paXtouvzlXeYhUd0ZHrsgkd9eGlhvY88oQEMEoGPstSv5oz04DOFQwvMtiwFLPGejv U7sKh4oC6njrJ7nnV4xyWgO5LU2DgHtngbaK/XXCOuBSyBn4mtUWHt+MnJ+z9kVd7c TqNlHJtConTbw== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 67BAA5C323F; Mon, 18 Apr 2022 17:42:27 -0700 (PDT) From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org Cc: gwml@vger.gnuweeb.org, kernel-team@fb.com, w@lwt.eu, Ammar Faizi , Willy Tarreau , "Paul E . McKenney" Subject: [PATCH nolibc 53/61] tools/nolibc: x86-64: Update System V ABI document link Date: Mon, 18 Apr 2022 17:42:17 -0700 Message-Id: <20220419004225.3952530-53-paulmck@kernel.org> X-Mailer: git-send-email 2.31.1.189.g2e36527f23 In-Reply-To: <20220419004219.GA3952301@paulmck-ThinkPad-P17-Gen-1> References: <20220419004219.GA3952301@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Ammar Faizi The old link no longer works, update it. Acked-by: Willy Tarreau Signed-off-by: Ammar Faizi Signed-off-by: Paul E. McKenney --- tools/include/nolibc/arch-x86_64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/nolibc/arch-x86_64.h b/tools/include/nolibc/arch-x86_64.h index fe517c16cd4d..a7b70ea51b68 100644 --- a/tools/include/nolibc/arch-x86_64.h +++ b/tools/include/nolibc/arch-x86_64.h @@ -61,7 +61,7 @@ struct sys_stat_struct { * - see also x86-64 ABI section A.2 AMD64 Linux Kernel Conventions, A.2.1 * Calling Conventions. * - * Link x86-64 ABI: https://gitlab.com/x86-psABIs/x86-64-ABI/-/wikis/x86-64-psABI + * Link x86-64 ABI: https://gitlab.com/x86-psABIs/x86-64-ABI/-/wikis/home * */ -- 2.31.1.189.g2e36527f23