From: H.J. Lu Date: Thu, 19 Sep 2024 23:15:02 +0000 (+0800) Subject: x86-64: Disable PIE on PR gas/32189 test X-Git-Tag: gdb-16-branchpoint~878 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=075c4ca29a1afb1fa19e3038cae5730487e99701;p=thirdparty%2Fbinutils-gdb.git x86-64: Disable PIE on PR gas/32189 test Disable PIE on PR gas/32189 test, which contains the non-PIE assembly source, to support GCC defaulted to PIE. PR gas/32189 * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS to linker on PR gas/32189 test. Signed-off-by: H.J. Lu --- diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index c203fbe4037..d87ab1f8916 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1923,7 +1923,7 @@ if { [isnative] && [check_compiler_available] } { ] \ [list \ "Run pr32189" \ - "-nostdlib -nostartfiles" \ + "$NOPIE_LDFLAGS -nostdlib -nostartfiles" \ "" \ { pr32189.s } \ "pr32189" \