Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initializes PLT GOT in Primus #993

Merged
merged 11 commits into from
Oct 18, 2019
Prev Previous commit
removed unused code
gitoleg committed Oct 17, 2019

Verified

This commit was signed with the committer’s verified signature.
upchuk Daniel Sipos
commit f949f729cf1c421561d314d8a72d4b2638fe6d9e
3 changes: 0 additions & 3 deletions plugins/primus_x86/primus_x86_loader.ml
Original file line number Diff line number Diff line change
@@ -16,10 +16,7 @@ module Make_unresolved(Machine : Primus.Machine.S) = struct
end

module Plt_jumps(Machine : Primus.Machine.S) = struct
module Interp = Primus.Interpreter.Make(Machine)
module Linker = Primus.Linker.Make(Machine)
module Value = Primus.Value.Make(Machine)

open Machine.Syntax

let section_memory sec_name =