1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
musl doesn't support TEXTRELs, so the pr22001-1 test will always segfault.
Upstream-URL: https://sourceware.org/bugzilla/show_bug.cgi?id=30925
--- binutils-2.41/ld/testsuite/ld-i386/i386.exp.old 2023-07-02 23:00:00.000000000 +0000
+++ binutils-2.41/ld/testsuite/ld-i386/i386.exp 2023-09-30 12:34:46.594675721 +0000
@@ -1318,6 +1318,20 @@
] \
]
+ if { ![istarget i?86-*-musl] } {
+ run_ld_link_exec_tests [list \
+ [list \
+ "Run pr22001-1" \
+ "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed,-z,notext tmpdir/pr22001-1.so" \
+ "-Wa,-mx86-used-note=yes" \
+ { pr22001-1b.c } \
+ "pr22001-1" \
+ "pass.out" \
+ "$NOPIE_CFLAGS" \
+ ] \
+ ]
+ }
+
run_ld_link_exec_tests [list \
[list \
"Run weakundef1 without PIE" \
@@ -1328,15 +1342,6 @@
"pass.out" \
"$NOPIE_CFLAGS" \
] \
- [list \
- "Run pr22001-1" \
- "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed,-z,notext tmpdir/pr22001-1.so" \
- "-Wa,-mx86-used-note=yes" \
- { pr22001-1b.c } \
- "pr22001-1" \
- "pass.out" \
- "$NOPIE_CFLAGS" \
- ] \
[list \
"Run pr22001-1 (PIE 1)" \
"$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
|