From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CB9BAXda82VHRAcAWB0awg (envelope-from ) for ; Thu, 14 Mar 2024 16:13:43 -0400 Authentication-Results: simark.ca; dkim=fail reason="signature verification failed" (768-bit key; unprotected) header.d=tromey.com header.i=@tromey.com header.a=rsa-sha256 header.s=default header.b=GYdU4IPB; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 00EB71E0BB; Thu, 14 Mar 2024 16:13:42 -0400 (EDT) Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DBAB71E01D for ; Thu, 14 Mar 2024 16:13:40 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5A7A23857B8E for ; Thu, 14 Mar 2024 20:13:40 +0000 (GMT) Received: from omta38.uswest2.a.cloudfilter.net (omta38.uswest2.a.cloudfilter.net [35.89.44.37]) by sourceware.org (Postfix) with ESMTPS id 5118F3857BA7 for ; Thu, 14 Mar 2024 20:13:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5118F3857BA7 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5118F3857BA7 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=35.89.44.37 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710447202; cv=none; b=lVEI2rXnhDu1j+9gEsgdlrRcC9DX4/oY1TXz1bTgBVQPy6lpsFXUy6UwFKC0S/KzlSBiWY151akHeu8xUUu+N3tw8/1y/3k44oWNzJgm5TNyj/sLOsAGmvSjMOLLVV/srID7kJRNISIr7LjHAyL0HDJv6E32X2e9YQnD8GA85jw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710447202; c=relaxed/simple; bh=2098GnJ+byWmlJiv9SGsr2MEQDhtb3lNJc5NmMaXKVc=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=QoZCbPqt4rVJ7c7ixjdJsxcKgKlEuAqKtqEXXqe/XdK65Yo1aUHhSaolWYAO8a3EVPjNEhHTUT2CZQJr+cqJ84p2avJCa56p4jZQx4TXP7ltyWswJxh7x6rsJUZ/MZwXbGk/NtZVmC6qQ1W0N2DhYjMGQ2iP2u8nxhUPllojXUY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from eig-obgw-6006a.ext.cloudfilter.net ([10.0.30.182]) by cmsmtp with ESMTPS id kqh7rIr28DI6fkrS3ryv13; Thu, 14 Mar 2024 20:13:19 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id krS2roApnyU74krS2rNJiG; Thu, 14 Mar 2024 20:13:18 +0000 X-Authority-Analysis: v=2.4 cv=OtBJyT/t c=1 sm=1 tr=0 ts=65f35a5e a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=K6JAEmCyrfEA:10 a=Qbun_eYptAEA:10 a=CCpqsmhAAAAA:8 a=zstS-IiYAAAA:8 a=5Bv48lfdwENtguCOWDMA:9 a=bKdfoM6u9_EA:10 a=ul9cdbp4aOFLsgKbc677:22 a=4G6NA9xxw8l3yy4pmD5M:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=2098GnJ+byWmlJiv9SGsr2MEQDhtb3lNJc5NmMaXKVc=; b=GYdU4IPBFAqO6UTM3Cp7ljAFH2 5yQdN3+zCxODG+9i5EKhRZGB60WA9GtK5r8awfGmGuhR+GiYWVvIancsYPBwbrMUjcgNqrc1iJUT/ WwAxjOzCaRKhqqFJjb26YTueD; Received: from 97-122-82-115.hlrn.qwest.net ([97.122.82.115]:52814 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rkrS2-003O7b-0n; Thu, 14 Mar 2024 14:13:18 -0600 From: Tom Tromey To: Tom de Vries Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] [gdb/build] Fix build on postmarketos References: <20240314163136.10192-1-tdevries@suse.de> X-Attribution: Tom Date: Thu, 14 Mar 2024 14:13:17 -0600 In-Reply-To: <20240314163136.10192-1-tdevries@suse.de> (Tom de Vries's message of "Thu, 14 Mar 2024 17:31:36 +0100") Message-ID: <87v85ok1wi.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 97.122.82.115 X-Source-L: No X-Exim-ID: 1rkrS2-003O7b-0n X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 97-122-82-115.hlrn.qwest.net (murgatroyd) [97.122.82.115]:52814 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfOaBwvloGvMIjsEOrcEbQu0SYYGTN1Vtoup6W/Dpr+NtlbxIp42DSrXjQO7zP9gBtpCt3248Q6KGkVio4/+rffzeGIFHLpD0IZMXUdYfEFdI6f3L6AmL cQrp7Qsp4YO6iSul3f1c+9k23TlvjbeSvwLp9jOwASrTF7quCmG6muKYz9lsV6TR3OMNiHFqjAVGar84rsbsiaVaCbind6lJi0A= X-Spam-Status: No, score=-3015.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org >>>>> "Tom" == Tom de Vries writes: Tom> Fix this by dropping the WSETEXIT definition, and instead defining W_EXITCODE. Tom> Tested on x86_64-linux, in combination with an "#undef W_EXITCODE" to make Tom> sure the definition is exercised. Tom> PR build/31483 Tom> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31483 Thanks, looks good to me. Approved-By: Tom Tromey Tom