diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-10-08 20:14:29 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-10-08 20:14:29 +0800 |
commit | 0420678a87bef8c743a278e5a7a2d60a23e513cf (patch) | |
tree | 86e21e3d0ec25e9777bfc6fda20e6e293f4071da /9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch | |
parent | Update patches for binutils 2.39 (diff) | |
download | binutils-patches-0420678a87bef8c743a278e5a7a2d60a23e513cf.tar.gz binutils-patches-0420678a87bef8c743a278e5a7a2d60a23e513cf.tar.bz2 binutils-patches-0420678a87bef8c743a278e5a7a2d60a23e513cf.zip |
Rebase on top of upstream commit 4cbfd0daabd6851
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to '9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch')
-rw-r--r-- | 9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch b/9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch index 318552c..23e7576 100644 --- a/9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch +++ b/9999/0006-Gentoo-XFAIL-15-broken-ld.gold-tests.patch @@ -1,4 +1,4 @@ -From 7eefd99e98a9396f0ce2e98e9bd86bfeb53a84dc Mon Sep 17 00:00:00 2001 +From 85c162be0eea0006c9d73fae243d771f7d0c9756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org> Date: Sat, 31 Jul 2021 01:18:18 +0200 Subject: [PATCH 6/6] Gentoo: XFAIL 15 broken ld.gold tests @@ -16,7 +16,7 @@ Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27303 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am -index 38e54818f48..85c94d40660 100644 +index 843fd0d197c..4940119c190 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -1,5 +1,11 @@ @@ -32,7 +32,7 @@ index 38e54818f48..85c94d40660 100644 # system and the host system are the same. So these tests will not # work when building with a cross-compiler. diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in -index 7b4b7832d38..765c2b73140 100644 +index 21804df6573..6a4e2b5c5bb 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -15,10 +15,6 @@ @@ -61,7 +61,7 @@ index 7b4b7832d38..765c2b73140 100644 check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ -@@ -2742,6 +2746,10 @@ top_srcdir = @top_srcdir@ +@@ -2757,6 +2761,10 @@ top_srcdir = @top_srcdir@ zlibdir = @zlibdir@ zlibinc = @zlibinc@ @@ -73,5 +73,5 @@ index 7b4b7832d38..765c2b73140 100644 AUTOMAKE_OPTIONS = foreign -Wno-portability -- -2.35.1 +2.38.0 |