Skip to content
Snippets Groups Projects
Verified Commit 049a5156 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Implement PT_INTERP, and thus dynamic linking.

With this change, gcc can now successfully compile a tiny program that
printfs an integer returned from a function, from a dynamically linked
library that it compiled as well.

Rustc however, is orders of magnitude more complex, and the next step is
to fix constructors which require access to `environ`, in ld.so
parent db16393f
No related branches found
No related tags found
1 merge request!343Userspace fexec
Loading
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