From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Sun, 21 Nov 2021 19:46:10 -0000 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