| author | |
| committer | |
| log | dfa55e193d04ad96c0049a48f58412ebb12c08ab |
| tree | f62b5ddacc0960bcda9d87bfbe5ce0a1d2bc74ed |
| parent | 2b84eb85ee59574d50da09eba5fb23280bc6a65a |
| signature |
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 files changed, 1 insertions(+), 1 deletions(-)
lib/libc/musl/libc.S+1-1| ... | ... | @@ -124,7 +124,7 @@ opterr: |
| 124 | 124 | .type optind, %object; |
| 125 | 125 | .size optind, 4 |
| 126 | 126 | optind: |
| 127 | .data.rel.ro | |
| 127 | .section .data.rel.ro,"aw" | |
| 128 | 128 | .globl stderr |
| 129 | 129 | .type stderr, %object; |
| 130 | 130 | .size stderr, PTR_SIZE_BYTES |