Skip to content
Snippets Groups Projects
Verified Commit 7fe0beb9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add DTPMOD64

parent 5a005864
No related branches found
No related tags found
No related merge requests found
Pipeline #3807 failed
......@@ -364,6 +364,9 @@ impl Linker {
reloc::R_X86_64_64 => {
set_u64((s + a) as u64);
},
reloc::R_X86_64_DTPMOD64 => {
set_u64(tm as u64);
},
reloc::R_X86_64_GLOB_DAT | reloc::R_X86_64_JUMP_SLOT => {
set_u64(s as u64);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment