Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gq7QHVFo; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iOaW+LWD Received: by mail.netbsd.org (Postfix, from userid 605) id 8D7A084EE3; Sat, 20 Apr 2024 18:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713636826; bh=NPS+LaqeJXun0VN4mDszW5dvkPYOQU9AWTmrNOwg3IU=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=gq7QHVFoSo93Y+h0HSBYYWmw+OERdM0Ho21baMoPAYjFRAGZoGqLxoSqHFGyZVUBP vdEj+pjsdPdSl2Ln2WT7UgBzMhB0U0NgikdO6ZHPFOiZlJi4yckWMA8ChODeQ6ImEc PcxuovzTQ21DvHRV8j/lWLb9BkzGhr2DdQy7BsUY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FD7984D14 for ; Sat, 20 Apr 2024 18:13:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id y4lcYaUp5NT3 for ; Sat, 20 Apr 2024 18:13:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 410548B877 for ; Sat, 20 Apr 2024 15:57:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713628637; bh=NPS+LaqeJXun0VN4mDszW5dvkPYOQU9AWTmrNOwg3IU=; h=Date:From:Subject:To:Reply-To; b=iOaW+LWDyiqsdlM2abPB7Zt1P4SE0uZCmshEY0rnZrzdeAo82yfUTtN8be0bB+Ou9 I0Sqbeh+4/iS0sXiZfYkHiKryGsly3uZpmgnGzu3XrYFyp6YADMorbXk3wUIBVgvYE jR8+5nvF7ZyXPT9eWCQlsjuP5wX5CfRmNWnfns04= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3214CFA2C; Sat, 20 Apr 2024 15:57:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 20 Apr 2024 15:57:17 +0000 From: "Maya Rashish" Subject: CVS commit: xsrc/external/mit/MesaLib/dist/src/amd/common To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240420155717.3214CFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maya Rashish" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: maya Date: Sat Apr 20 15:57:17 UTC 2024 Modified Files: xsrc/external/mit/MesaLib/dist/src/amd/common: ac_rtld.c Log Message: Fix build of mesa 21 This definition is missing from elftoolchain's elfdefinitions.h (via libelf.h), which conflicts with sys/exec_elf.h so we can't get it from sys/exec_elf.h. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/MesaLib/dist/src/amd/common/ac_rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.