diff options
Diffstat (limited to '9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch')
-rw-r--r-- | 9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch b/9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch index 4411e88..4242ba8 100644 --- a/9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch +++ b/9999/0004-Gentoo-Pass-hash-style-sysv-to-ld-in-the-testsuite.patch @@ -1,7 +1,7 @@ -From c45749c4cc5750db631e16b301133f15adfb94c7 Mon Sep 17 00:00:00 2001 +From 50af4f7750d537ada9cdb9946804f12e19bb6842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org> Date: Tue, 20 Jul 2021 21:15:24 +0200 -Subject: [PATCH 4/6] Gentoo: Pass --hash-style=sysv to ld in the testsuite +Subject: [PATCH 4/7] Gentoo: Pass --hash-style=sysv to ld in the testsuite --- binutils/testsuite/lib/binutils-common.exp | 2 +- @@ -9,10 +9,10 @@ Subject: [PATCH 4/6] Gentoo: Pass --hash-style=sysv to ld in the testsuite 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp -index b0190ac51ac..aeef8e55b87 100644 +index 7e6bf16ee6e..0491fff2883 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp -@@ -1308,7 +1308,7 @@ proc run_dump_test { name {extra_options {}} } { +@@ -1354,7 +1354,7 @@ proc run_dump_test { name {extra_options {}} } { # Add -L$srcdir/$subdir so that the linker command can use # linker scripts in the source directory. @@ -22,7 +22,7 @@ index b0190ac51ac..aeef8e55b87 100644 # If needed then check for, or add a -Map option. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp -index 47e86a7b27c..55192a05f35 100644 +index 918464069a9..7d22ee70b27 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -171,7 +171,7 @@ proc default_ld_relocate { ld target objects } { @@ -57,5 +57,5 @@ index 47e86a7b27c..55192a05f35 100644 # We don't care if we get a warning about a non-existent start -- -2.38.2 +2.40.0 |