From c5e9c30ce8de09e8590b7a210ad243b261761905 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Mon, 17 Oct 2022 14:25:25 +0800 Subject: [PATCH] Fix CI --- test/elf/tls-irregular-start-addr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/elf/tls-irregular-start-addr.sh b/test/elf/tls-irregular-start-addr.sh index 7ddbeef0a8..dde3d4fe03 100755 --- a/test/elf/tls-irregular-start-addr.sh +++ b/test/elf/tls-irregular-start-addr.sh @@ -14,7 +14,7 @@ EOF $CC -B. -o $t/exe1 $t/a.o -pie -Wl,-section-start=.tdata=0x100001 -Wl,-relax $QEMU $t/exe1 | grep -q '^42$' -$CC -B. -o $t/exe1 $t/a.o -pie -Wl,-section-start=.tdata=0x100001 -Wl,-no-relax +$CC -B. -o $t/exe2 $t/a.o -pie -Wl,-section-start=.tdata=0x100001 -Wl,-no-relax $QEMU $t/exe2 | grep -q '^42$' $CC -B. -o $t/exe3 $t/a.o -pie -Wl,-section-start=.tdata=0x10000f -Wl,-relax