From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id A1AE7382EA10 for ; Thu, 27 Oct 2022 06:50:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1AE7382EA10 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-ot1-x330.google.com with SMTP id cy15-20020a056830698f00b0065c530585afso331284otb.2 for ; Wed, 26 Oct 2022 23:50:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=KMRInBMHsH6SsP7CQRooBorn9ifTY4rS2eHIpt1BlcY=; b=TFvHUn30Qe8UBzsbzSwQY/NHDG8b0pxekFmollkwwTRJao9p7Wf+cKYAdzN4VUsrQq vAkMkzXRb/BbG9Ffa5aPHAQFrA6+/u01Ugr7jdAWyXLeaSMudOmX4HUT8iP9RQCaxMKH f85heT+v+jGS9A1hAP9cs015iEU+wjvjfzBIp79Tr6bcf+GN6rQoYuW5xlit+Q+czXS9 jSwWkqFPydMepxTRujeX+fO8vY7hgv2EUSZDpeprIbOTk4XuHTuzUhpJfSMztkIKpvEE FE1oFw9ak5qxRpjzGdo0EoyISvWQrKSL0iHfCKSBmZRh4qr43hmqC6jOIf3Q8toIIx8U RU7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KMRInBMHsH6SsP7CQRooBorn9ifTY4rS2eHIpt1BlcY=; b=m0ujXy/5IaRyhW3O6B1JMjwCHyzn8LxEeAP5RC+M2k3kmyZwFqbvPBbwHmXVTfslks k+ECjYesu+P/lFXitDcWI+lHApDINertP6YfFkhTgY+GMPqjnB7fwJAcMg8ISSj2075/ bmRj6nyU45EbdkF2gInaUOYQW0fD1vZAzjqVcskd+7HnfO4IEBFRVerCtk0n7sxtKsPL N17W7ZDkKUcKJHFWY9EgM9z2q4tCVKNi9zzIkwcQ2r+S/ke1h+7hbBXjsiWX3b+fbmUA Gbj13bfvCUwnGAsmLQUMZFobNVda4f1XR1wCsDPAmPVu9pV41apF4n0scX+9u/byskz+ b5Yg== X-Gm-Message-State: ACrzQf30Cqin/cLpIIqTYQPL1mtzU7dDzpSrKkQ9SdqbR0wj8XO3Bb1I Lt0p7CCFU2l92tMqi1A8EuVj1+our8COmxlD1gBmm7VHICE= X-Google-Smtp-Source: AMsMyM7lbOPgnAShxywPK+I9uat05LvsGurRPkJGMELEjoukKmoV95Ocw7g/VjzUMN3KS9yVjd14Yc58gYNfD/Unixk= X-Received: by 2002:a05:6830:204f:b0:663:d1ef:9c0a with SMTP id f15-20020a056830204f00b00663d1ef9c0amr10280666otp.10.1666853439006; Wed, 26 Oct 2022 23:50:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Cl=C3=A9ment_Chigot?= Date: Thu, 27 Oct 2022 08:50:28 +0200 Message-ID: Subject: Re: ld/testsuite: adjust ld-arm to run shared tests only when supported To: Alan Modra Cc: binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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 Thu, Oct 27, 2022 at 3:21 AM Alan Modra via Binutils wrote: > > commit 67527cffcd enabled previously disabled tests unresolved-1-dyn, > thumb-plt and thumb-plt-got for nacl. The first fails due to trying > to link against mixed-lib.so which isn't compiled for nacl. The last > two fail with > objdump: tmpdir/dump(.rel.plt): relocation 0 has invalid symbol index 148= 85104 > and > readelf: Error: bad symbol index: 00e320f0 in reloc Oops, sorry for that. I thought that shared support was disabled on nacl. Thanks for the follow up. Cl=C3=A9ment