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

Plt #231

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Plt #231

merged 3 commits into from
Oct 9, 2023

Conversation

stsp
Copy link
Member

@stsp stsp commented Oct 9, 2023

Derive plt from elf.
This is a huge simplification and old
code removal. Its now possible since
the switch to tiny mem model.

After the switch to small memory model, we can derive the symtab
directly from elf.
This simplifies plt a lot.
This simplifies plt and thunks a great deal!
This simplifies plt considerably.
Completely removed SetSymTab() and FdppCtrl()!

The intention is to make that infrastructure easily portable
to other projects. Unfortunately, that requires those "other
projects" to switch to elf, too. Which they haven't done just yet...
But I'd rather write yet another custom elf loader, than to port
this silly plt stuff.
@stsp stsp merged commit d0c57ac into master Oct 9, 2023
2 checks passed
@stsp stsp deleted the plt branch October 9, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant