srctree
repos
owner
network
issues
0
diffs
0
Public
Jakub Konka
parent
57e71ce1
99584906
elf: fix typo in resolving @"32" and @"32S" relocs on x86_64
inline
split
src/link/Elf/Atom.zig
added: 2, removed: 2, total 0
@@ -881,7 +881,7 @@ const x86_64 = struct {
.@"32",
.@"32S",
=> {
try atom.scanReloc(symbol, rel, dynAbsRelocAction(symbol, elf_file), elf_file);
try atom.scanReloc(symbol, rel, absRelocAction(symbol, elf_file), elf_file);
},
.GOT32,