From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by sourceware.org (Postfix) with ESMTPS id 9B14D3858D28 for ; Wed, 9 Nov 2022 21:37:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B14D3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x1033.google.com with SMTP id gw22so72676pjb.3 for ; Wed, 09 Nov 2022 13:37:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=EKDf9EMFdZQtQIvNBkDX9dtlqEhIliT9L8Qi5Dvmcd4=; b=NmuxyfvZKDljS4vn907qAINSSe7e5A7Q/2GjhSRibSkb/iNnIQ4n9a/I9LBD344o6s M6czrJ362ysWZ4YU5CjswSyK+0Slv+XWVF2nc9X+DJ3gFm2OounfRtkj5UA9fgUtNyPF Vjp88s2uR0/Yf5VEiEEvVO/hcO7TQ2kxIEfOAgIPBHQp4yRc4WZWEzmdnxaYmDBaSGP4 Gp2naRntQtgtdWC1ZRreZwmdHrwJAwfkZWZN0Y5Ji/JoXq53Hj58EojjYlGSVKQhB6bK OAAPvydFNT48JKmgK70CsBDaNr7KzGA4Kd72g8+6R0wzTWn5kFUSHxR//zRZ4AMoZgD8 zK5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=EKDf9EMFdZQtQIvNBkDX9dtlqEhIliT9L8Qi5Dvmcd4=; b=DG7k2Q1ZVDsotDUelzggNswjHx7bpfSLxO91qCWiUZzggiNDffmaeJTihf9SnmFoXL emCp1EDtTkqvM1LEnWgAJAchEoV4NxyRleOf0UrofC8P7K6umRrbLQBg0KJNkFHd+Uez tZVMQNzjvrSAgTrUwYpci3i5GAf5qCac9dE2kUp6VXyZbCddiKV883KVxh0lPvZCN+HY UnFmX0/IeItcfRNTELRD9KRX39vKB268TlED7f7jEtlhR/ypk1MF6JBJrsdeXGmd2y2v hkIazJShfYaE8SG3LqIjYO5t5+CMklrEn9E9Lnx6zGSeLbhyc0yZdJGNf5idDu9oKyN6 BIQg== X-Gm-Message-State: ACrzQf37O5GThL4k0lT59Tqvl6cPzk2fuDTguGrGq32K0RfVeTzPw7Ha P1a1b92+P6nczGwEhaWHPqTOi4iBSGU= X-Google-Smtp-Source: AMsMyM7VPOkiAcZsu1tgvP6LTdoUmUjKfVAwB6EyrlHfZqBLAIq4RQ2SNYj67sRX0Z0DsLWpIdP0ug== X-Received: by 2002:a17:902:b28c:b0:186:708e:6ed7 with SMTP id u12-20020a170902b28c00b00186708e6ed7mr61972053plr.98.1668029869534; Wed, 09 Nov 2022 13:37:49 -0800 (PST) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:ece2:e1d1:d40f:f063]) by smtp.gmail.com with ESMTPSA id w64-20020a17090a6bc600b00205fafa6768sm1715762pjj.6.2022.11.09.13.37.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 13:37:48 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 2C21611403AC; Thu, 10 Nov 2022 08:07:46 +1030 (ACDT) Date: Thu, 10 Nov 2022 08:07:46 +1030 From: Alan Modra To: =?iso-8859-1?Q?Cl=E9ment?= Chigot Cc: binutils@sourceware.org Subject: Re: [PATCH] ld/testsuite: skip ld-size when -shared is not supported Message-ID: References: <20221109162611.760465-1-chigot@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221109162611.760465-1-chigot@adacore.com> X-Spam-Status: No, score=-3028.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Nov 09, 2022 at 05:26:11PM +0100, Clément Chigot via Binutils wrote: > * testsuite/ld-size/size.exp: Skip when -shared is not > supported. What does this catch that isn't already covered by the target test? -- Alan Modra Australia Development Lab, IBM