]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: testsuite: disable PIE for aapcs64 tests [PR70150]
authorXi Ruoyao <xry111@xry111.site>
Sat, 24 Sep 2022 05:57:19 +0000 (13:57 +0800)
committerXi Ruoyao <xry111@xry111.site>
Tue, 7 Mar 2023 07:36:59 +0000 (15:36 +0800)
commitf30f04b1fbd4b4e13a7535fad8e698c7b24db9b8
treeb605387c65b0f0811bbc692f2abe75e8f40cf814
parent1690f928b379e8dac07832d25865ffe37d3c858b
aarch64: testsuite: disable PIE for aapcs64 tests [PR70150]

If GCC is built with --enable-default-pie, a lot of aapcs64 tests fail
because relocation unsupported in PIE is used.

gcc/testsuite/ChangeLog:

PR testsuite/70150
* gcc.target/aarch64/aapcs64/aapcs64.exp (additional_flags):
Add -fno-pie -no-pie.
gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp