From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) by sourceware.org (Postfix) with ESMTPS id 4825B3851C0C for ; Tue, 26 May 2020 21:27:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4825B3851C0C Received: by mail-pf1-x441.google.com with SMTP id e11so9802937pfn.3 for ; Tue, 26 May 2020 14:27:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=88+zLwsqx7MT5xmKfEuXcKlDSe55gCzs1Cx8fAb/x3c=; b=Y6cKL9I3NYdiFlyedHWIbkX/KoFzk46G4tPRVm20f3JoM0NCkYNxL3XcLN9ucOQVEN Kvq6zhX0ROJXNniWvGg0VJnDjRP7GfpItKG6ERwlvfEL82v5AwBhj4KumrM2JbVMCqgZ D5hjo/I0GuL4upGNSXxJ+AoqUCRgEpz5NjfDU/Pk4Xo2wqbmBre9y7vO+FAbHpZrh8B3 rZGh9L6I6dfV8Ev6AH8Gp+LLFgiXSsrsczzRvVdVpfbD5/0ry4Xk7qf8rfq2I2ngdXlA LWOIUzBYbSN84PV27upDvtVjYrdLEvBzD9TnyilEJ9Eg2VGLJlZIAK5xCDlsgTc35tV8 QchA== X-Gm-Message-State: AOAM5322P3IHCzcQIUr+eH1yk2nTCgcy+IMwhebd9yX8RjXkCEHtC1j3 d6STh1WEK+rxzy445mJf5JoWUU0L X-Google-Smtp-Source: ABdhPJyhWzO+sy5/tvxmGTs8uF0PLS5AZkW5Sfp45UjNq7yFodvihGrkNl8ZM8c/EmXSEqWLO/jFkQ== X-Received: by 2002:a62:7f8c:: with SMTP id a134mr762054pfd.28.1590528429124; Tue, 26 May 2020 14:27:09 -0700 (PDT) Received: from gnu-cfl-2.localdomain (c-69-181-90-243.hsd1.ca.comcast.net. [69.181.90.243]) by smtp.gmail.com with ESMTPSA id p9sm394694pff.71.2020.05.26.14.27.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 May 2020 14:27:08 -0700 (PDT) Received: from gnu-cfl-2.localdomain (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id A6AD11A00D0 for ; Tue, 26 May 2020 14:27:07 -0700 (PDT) From: "H.J. Lu" To: binutils@sourceware.org Subject: [PATCH] ld: Skip some x86 ifunc tests for lynxos and nto Date: Tue, 26 May 2020 14:27:07 -0700 Message-Id: <20200526212707.616364-1-hjl.tools@gmail.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 21:27:11 -0000 On lynxos and nto: regexp_diff match failure regexp "^Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry:$" line "Relocation section '.rel.dyn' at offset 0x74 contains 1 entry:" FAIL: ld-ifunc/ifunc-23a-x86 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*. * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise. * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise. --- ld/ChangeLog | 6 ++++++ ld/testsuite/ld-ifunc/ifunc-23a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-24a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-25a-x86.d | 1 + 4 files changed, 9 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 098bd81396..f0d6c269d5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-05-26 H.J. Lu + + * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*. + * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise. + * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise. + 2020-05-25 H.J. Lu * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker. diff --git a/ld/testsuite/ld-ifunc/ifunc-23a-x86.d b/ld/testsuite/ld-ifunc/ifunc-23a-x86.d index a9891407fb..e979335b87 100644 --- a/ld/testsuite/ld-ifunc/ifunc-23a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-23a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-lynxos *-*-nto* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* diff --git a/ld/testsuite/ld-ifunc/ifunc-24a-x86.d b/ld/testsuite/ld-ifunc/ifunc-24a-x86.d index 91e87ee8f4..77b59ba185 100644 --- a/ld/testsuite/ld-ifunc/ifunc-24a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-24a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-lynxos *-*-nto* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* diff --git a/ld/testsuite/ld-ifunc/ifunc-25a-x86.d b/ld/testsuite/ld-ifunc/ifunc-25a-x86.d index 5f49fd83ff..015868f12d 100644 --- a/ld/testsuite/ld-ifunc/ifunc-25a-x86.d +++ b/ld/testsuite/ld-ifunc/ifunc-25a-x86.d @@ -2,6 +2,7 @@ #ld: #readelf: -r --wide #target: x86_64-*-* i?86-*-* +#notarget: *-*-lynxos *-*-nto* Relocation section '.rel(a|).plt' at offset 0x[0-9a-f]+ contains 1 entry: +Offset +Info +Type +Sym.* Value +Symbol's Name.* -- 2.26.2