From: Roland McGrath Date: Tue, 27 Jul 2021 00:55:12 +0000 (-0700) Subject: Fix ld test case that assumes --enable-textrel-check X-Git-Tag: binutils-2_38~1785 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfe3b80549206d364eb607a5ba62c2b86d421115;p=thirdparty%2Fbinutils-gdb.git Fix ld test case that assumes --enable-textrel-check ld/ * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 22e751ed855..28deefc93fb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2021-07-26 Roland McGrath + + * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel. + 2021-07-06 Michael Matz PR ld/28021 diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index a80f22c2453..064438a3f91 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -233,7 +233,7 @@ set x86_64tests { {{readelf -SW pr27590.rd}} "pr27590.o"} {"Build textrel-1.so" "-melf_x86_64 -shared" "" "--64" { textrel-1a.s } {} "textrel-1.so"} - {"Build textrel-1" "-no-pie -melf_x86_64 -z nocopyreloc" + {"Build textrel-1" "-no-pie -melf_x86_64 -z nocopyreloc --warn-textrel" "tmpdir/textrel-1.so" "--64" { textrel-1b.s } {{ld "textrel-1.err"}} "textrel-1"} }