From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id r4eCIBGimmGTVQAAWB0awg (envelope-from ) for ; Sun, 21 Nov 2021 14:46:25 -0500 Received: by simark.ca (Postfix, from userid 112) id 73A321F0CE; Sun, 21 Nov 2021 14:46:25 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 797F61E940 for ; Sun, 21 Nov 2021 14:46:24 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8ED6B385801B for ; Sun, 21 Nov 2021 19:46:23 +0000 (GMT) Received: from wforward3-smtp.messagingengine.com (wforward3-smtp.messagingengine.com [64.147.123.22]) by sourceware.org (Postfix) with ESMTPS id ABFE53858D3C for ; Sun, 21 Nov 2021 19:46:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ABFE53858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pld-linux.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=pld-linux.org Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailforward.west.internal (Postfix) with ESMTP id 28BE01AC0851; Sun, 21 Nov 2021 14:46:01 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 21 Nov 2021 14:46:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=9xKV/VPuNP/GR9Da+XxH0eZiM/mxX 9jTWMBbWhCW/ts=; b=f8xXGFE6tlb1m8JFMaSOSFbCpJSVrT39SZrAgMLE8/gh1 pcb6GDqSxh2DuHBjfi6LN+1yD0kcQq8Y6VOGf2aX67pwPs3cRt8b5Hz2YCBqqfUV 1YYtqTGlOGX4Ft0lHCUHgWX3bZ8TMTd2L7/b2zGWz8pOTgQxuVwOHJHMIyo1nGUP SBmgb+yWQ0z5ps0TwH1WG1ZUrh3xsLBnLPN1EEHiOvfwC9pRpSVjQi//oRT4Yy4n J7Pa95TJHFfQbjRRSS4ZOTltZdOuLUvscrDBCG8iwwpkWz7IL3DKxa0FtfFGcFHs v3Q9JuLDxB0o5bdILGep01SPdNsBXLh+efCwJhStw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrgedvgddufeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfggtggufgesthdtredttderjeenucfhrhhomheplfgrnhcurfgr lhhushcuoegrthhlvghrsehplhguqdhlihhnuhigrdhorhhgqeenucggtffrrghtthgvrh hnpeethfdvteduueekueevudffhfejheefjeejfedvveeflefhhffhieevgeehudfhleen ucffohhmrghinhepshhouhhrtggvfigrrhgvrdhorhhgnecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomheprghtlhgvrhesphhlugdqlhhinhhugidr ohhrgh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 21 Nov 2021 14:45:59 -0500 (EST) Date: Sun, 21 Nov 2021 20:45:56 +0100 From: Jan Palus To: gdb@sourceware.org Subject: Build failure on x32 (gdb 11.1) Message-ID: <20211121194556.nreowfixabal5ebj@pine> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: NeoMutt/20211029 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" gdb 11.1 fails during compilation on x32 ABI: ../.././gdbserver/../gdb/nat/amd64-linux-siginfo.c:280:42: error: 'struct compat_x32_siginfo_t::::' has no member named 'si_addr_bnd' 280 | #define cpt_si_lower _sifields._sigfault.si_addr_bnd._lower | ^~~~~~~~~~~ ../.././gdbserver/../gdb/nat/amd64-linux-siginfo.c:337:38: note: in expansion of macro 'cpt_si_lower' 337 | to->cpt_si_lower = from_ptrace.cpt_si_lower; | ^~~~~~~~~~~~ ../.././gdbserver/../gdb/nat/amd64-linux-siginfo.c:281:42: error: 'struct compat_x32_siginfo_t::::' has no member named 'si_addr_bnd' 281 | #define cpt_si_upper _sifields._sigfault.si_addr_bnd._upper | ^~~~~~~~~~~ ../.././gdbserver/../gdb/nat/amd64-linux-siginfo.c:338:38: note: in expansion of macro 'cpt_si_upper' 338 | to->cpt_si_upper = from_ptrace.cpt_si_upper; | ^~~~~~~~~~~~ I believe it is caused by https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=d3d7d1b