diff options
Diffstat (limited to '9999/0010-tests-pr23169b.patch')
-rw-r--r-- | 9999/0010-tests-pr23169b.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/9999/0010-tests-pr23169b.patch b/9999/0010-tests-pr23169b.patch deleted file mode 100644 index 5f75b02..0000000 --- a/9999/0010-tests-pr23169b.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://sourceware.org/PR30698 ---- a/ld/testsuite/ld-ifunc/ifunc.exp -+++ b/ld/testsuite/ld-ifunc/ifunc.exp -@@ -604,7 +604,7 @@ run_cc_link_tests [list \ - ] \ - [list \ - "Build libpr23169a.so" \ -- "-shared" \ -+ "-shared -Wl,-z,lazy" \ - "-fPIC -O2 -g" \ - { pr23169a.c } \ - {} \ -@@ -751,7 +751,7 @@ run_ld_link_exec_tests [list \ - ] \ - [list \ - "Run pr23169b" \ -- "-pie -Wl,--no-as-needed tmpdir/libpr23169a.so" \ -+ "-pie -Wl,--no-as-needed,-z,lazy tmpdir/libpr23169a.so" \ - "" \ - { pr23169b.c pr23169c.c } \ - "pr23169b" \ |