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.
This commit is contained in:
Alex Rønne Petersen 2025-07-16 15:37:41 +02:00
parent 2b84eb85ee
commit dfa55e193d
No known key found for this signature in database

View File

@ -124,7 +124,7 @@ opterr:
.type optind, %object; .type optind, %object;
.size optind, 4 .size optind, 4
optind: optind:
.data.rel.ro .section .data.rel.ro,"aw"
.globl stderr .globl stderr
.type stderr, %object; .type stderr, %object;
.size stderr, PTR_SIZE_BYTES .size stderr, PTR_SIZE_BYTES