diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-05 17:22:01 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-05 17:22:01 +0100 |
commit | 39d3e22103c9b44afb5c9b6eba4298a9f3394c9f (patch) | |
tree | 7833ea81795bfcd978c98307d18dd3e17f17c94e /9999 | |
parent | Patch 0007 pushed upstream (diff) | |
download | binutils-patches-39d3e22103c9b44afb5c9b6eba4298a9f3394c9f.tar.gz binutils-patches-39d3e22103c9b44afb5c9b6eba4298a9f3394c9f.tar.bz2 binutils-patches-39d3e22103c9b44afb5c9b6eba4298a9f3394c9f.zip |
Patch 0008 pushed upstream
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '9999')
-rw-r--r-- | 9999/0008-ld-testsuite-un-xfail-pr19719-tests-on-aarch64-seems.patch | 26 |
1 files changed, 0 insertions, 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?= <dilfridge@gentoo.org> -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 - |