mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.os.linux.pie: Fix a relocation error for s390x.
This commit is contained in:
parent
ddcde20817
commit
1e0267a96b
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ inline fn getDynamicSymbol() [*]elf.Dyn {
|
|||
\\ .hidden _DYNAMIC
|
||||
\\ larl %[ret], 1f
|
||||
\\ ag %[ret], 0(%[ret])
|
||||
\\ b 2f
|
||||
\\ jg 2f
|
||||
\\ 1: .quad _DYNAMIC - .
|
||||
\\ 2:
|
||||
: [ret] "=r" (-> [*]elf.Dyn),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue