From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id GL2aHPYQGGdgRRcAWB0awg (envelope-from ) for ; Tue, 22 Oct 2024 16:54:14 -0400 Received: by simark.ca (Postfix, from userid 112) id 71BB61E0BB; Tue, 22 Oct 2024 16:54:14 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-6.7 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_VALIDITY_CERTIFIED, RCVD_IN_VALIDITY_RPBL,RCVD_IN_VALIDITY_SAFE autolearn=unavailable autolearn_force=no version=4.0.0 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 1DB991E05C for ; Tue, 22 Oct 2024 16:54:14 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BF0C13858C32 for ; Tue, 22 Oct 2024 20:54:13 +0000 (GMT) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by sourceware.org (Postfix) with ESMTPS id 431843858D28 for ; Tue, 22 Oct 2024 20:53:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 431843858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 431843858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=212.18.0.9 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729630435; cv=none; b=eNc6h3Vu0rRvjDnYD9mcT4+oD91QCnitJxs6G2bJAfMnvYyxxMiuSxtbLjKdD/UzIat0sAk26SxmX7N2ZFj6fYKlDTYrITFm8F3YGJkL1hkte/ACMyG/RoN1H0bbL5H6PGRpk9KLBrUfCRF1Rb01aGDxmtPpzqNF85qRDWxdpM8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729630435; c=relaxed/simple; bh=KXHL3SBL2rR5CSiUte3jeSeNsL92Zvwhmc5cu/8q8Ho=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=jOk07p4wdNxzI1ddGagOqUi2HS0FpgTE95btYJM3MjissbcPZK+Z1R+scTT+3rAGn5PqtNfvR3eLd2hYdVzrpznF0Zd6YRzxjFBRaRzOdAkqXOwta84MfbY/MVTAAu60S26NTfXEkHj0DP8GaLfcwt6lDMnJIQJkf2BBlaztifA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4XY4Cg57wzz1qsPb; Tue, 22 Oct 2024 22:53:51 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4XY4Cg4cL0z1qqlS; Tue, 22 Oct 2024 22:53:51 +0200 (CEST) X-Virus-Scanned: amavis at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024) with ESMTP id 7TLQTpb1iqct; Tue, 22 Oct 2024 22:53:50 +0200 (CEST) X-Auth-Info: shtGYVua3tz1XeCqdnva/A65G9Ka6TJUZn6+vUQi6Jqp+lqExKxNXKm5RC6/r5AM Received: from igel.home (aftr-82-135-83-100.dynamic.mnet-online.de [82.135.83.100]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Tue, 22 Oct 2024 22:53:50 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 9618A2C1BD1; Tue, 22 Oct 2024 22:53:50 +0200 (CEST) From: Andreas Schwab To: Simon Marchi Cc: Guinevere Larsen , Andrew Oates , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix compile error due to [[noreturn]] with clang In-Reply-To: <9f436087-d5c5-449a-b80c-da896989fc4e@simark.ca> (Simon Marchi's message of "Tue, 22 Oct 2024 16:37:07 -0400") References: <20241020180001.67425-1-andrew@andrewoates.com> <87ed476gah.fsf@igel.home> <9f436087-d5c5-449a-b80c-da896989fc4e@simark.ca> X-Yow: Look!! Karl Malden! Date: Tue, 22 Oct 2024 22:53:50 +0200 Message-ID: <877c9z6eqp.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain 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 On Okt 22 2024, Simon Marchi wrote: > On 2024-10-22 16:20, Andreas Schwab wrote: >> On Okt 22 2024, Simon Marchi wrote: >> >>> So, I can't reproduce the build failure when configuring with >>> `--enable-targets=all --enable-sim`. It looks like remote-sim.o doesn't >>> get built, which is odd given that the simulator is enabled. Sounds >>> like a bug? >> >> It's only enabled for the main gdb target. >> > > But nowadays, --enable-targets=all builds the sim for all targets (that > have a sim), not only the main target. Would it be possible to build > remote-sim.o in that case, and use the simulator for any target, from a > single --enable-targets=all gdb build? There can only be one simulator linked into gdb. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."