summaryrefslogtreecommitdiff
path: root/debian/patches/131_ld_bootstrap_testsuite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/131_ld_bootstrap_testsuite.patch')
-rw-r--r--debian/patches/131_ld_bootstrap_testsuite.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/patches/131_ld_bootstrap_testsuite.patch b/debian/patches/131_ld_bootstrap_testsuite.patch
index 4c6f434..65af10e 100644
--- a/debian/patches/131_ld_bootstrap_testsuite.patch
+++ b/debian/patches/131_ld_bootstrap_testsuite.patch
@@ -2,11 +2,9 @@ Author:
Description: Description: Fix ld-bootstrap testsuite when configured with --enable-plugins
Author: Rafael Espindola
Upstream status: proposed patch
-Index: b/ld/testsuite/ld-bootstrap/bootstrap.exp
-===================================================================
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
-@@ -44,6 +44,15 @@ if [check_plugin_api_available] {
+@@ -46,6 +46,15 @@ if [check_plugin_api_available] {
set plugins "yes"
}
@@ -22,7 +20,7 @@ Index: b/ld/testsuite/ld-bootstrap/bootstrap.exp
# Bootstrap ld. First link the object files together using -r, in
# order to test -r. Then link the result into an executable, ld1, to
# really test -r. Use ld1 to link a fresh ld, ld2. Use ld2 to link a
-@@ -90,6 +99,11 @@ foreach flags $test_flags {
+@@ -110,6 +119,11 @@ foreach flags $test_flags {
continue
}
@@ -34,7 +32,7 @@ Index: b/ld/testsuite/ld-bootstrap/bootstrap.exp
# If we only have a shared libbfd, we probably can't run the
# --static test.
if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
-@@ -134,6 +148,10 @@ foreach flags $test_flags {
+@@ -154,6 +168,10 @@ foreach flags $test_flags {
}
}