Commit dfa55e193d

Alex Rønne Petersen <alex@alexrp.com>
2025-07-16 15:37:41
musl: replace .data.rel.ro with .section .data.rel.ro,"aw"
The former was an LLVM extension that appears to have been removed in LLVM 21. I won't bother fixing gen_stubs.zig; see #23881.
1 parent 2b84eb8
Changed files (1)
lib
libc
musl
lib/libc/musl/libc.S
@@ -124,7 +124,7 @@ opterr:
 .type optind, %object;
 .size optind, 4
 optind:
-.data.rel.ro
+.section .data.rel.ro,"aw"
 .globl stderr
 .type stderr, %object;
 .size stderr, PTR_SIZE_BYTES