From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 finch.gentoo.org (Postfix) with ESMTPS id F267315800F for ; Thu, 5 Jan 2023 16:22:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FE45E07E0; Thu, 5 Jan 2023 16:22:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A39CE07E0 for ; Thu, 5 Jan 2023 16:22:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32FD6340BC0 for ; Thu, 5 Jan 2023 16:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B830175E for ; Thu, 5 Jan 2023 16:22:20 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1672935721.39d3e22103c9b44afb5c9b6eba4298a9f3394c9f.dilfridge@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: 9999/0008-ld-testsuite-un-xfail-pr19719-tests-on-aarch64-seems.patch X-VCS-Directories: 9999/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 39d3e22103c9b44afb5c9b6eba4298a9f3394c9f X-VCS-Branch: master Date: Thu, 5 Jan 2023 16:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ef9bf73-efd5-41d0-ad80-b88878ec7dd6 X-Archives-Hash: ce7c5c9ad18bfa6cdfde38bbcd1b6b66 commit: 39d3e22103c9b44afb5c9b6eba4298a9f3394c9f Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jan 5 16:22:01 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jan 5 16:22:01 2023 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=39d3e221 Patch 0008 pushed upstream Signed-off-by: Andreas K. Hüttel gentoo.org> ...e-un-xfail-pr19719-tests-on-aarch64-seems.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/9999/0008-ld-testsuite-un-xfail-pr19719-tests-on-aarch64-seems.patch b/9999/0008-ld-testsuite-un-xfail-pr19719-tests-on-aarch64-seems.patch deleted file mode 100644 index 7168d7e..0000000 --- a/9999/0008-ld-testsuite-un-xfail-pr19719-tests-on-aarch64-seems.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0564593ab415665b6de8089debf4a0205582d8ef Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= -Date: Tue, 3 Jan 2023 22:39:24 +0100 -Subject: [PATCH 2/2] ld testsuite: un-xfail pr19719 tests on aarch64, seems to - succeed now - ---- - ld/testsuite/ld-elf/shared.exp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp -index 6dd99bb5c9d..db9d71398de 100644 ---- a/ld/testsuite/ld-elf/shared.exp -+++ b/ld/testsuite/ld-elf/shared.exp -@@ -1656,7 +1656,7 @@ proc mix_pic_and_non_pic {xfails cflags ldflags exe} { - } - } - --mix_pic_and_non_pic [list "arm*-*-*" "aarch64*-*-*"] "" "" "pr19719" -+mix_pic_and_non_pic [list "arm*-*-*"] "" "" "pr19719" - mix_pic_and_non_pic [] "-fPIE" "-pie" "pr19719pie" - - set AFLAGS_PIE "" --- -2.38.2 -