mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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:
parent
2b84eb85ee
commit
dfa55e193d
2
lib/libc/musl/libc.S
vendored
2
lib/libc/musl/libc.S
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user