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

feat(loader): add support for R_ABS64 and R_GLOB_DAT relocation types #37

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

mkroening
Copy link
Member

@mkroening mkroening commented Aug 5, 2024

This makes sure that we don't only look at relative relocations. Then, this implements support for R_ABS64 and R_GLOB_DATA and prints helpful errors on unknown relocation types.

This makes PIEs possible with gcc.

@mkroening mkroening added this pull request to the merge queue Aug 15, 2024
Merged via the queue into main with commit e24a560 Aug 15, 2024
14 checks passed
@mkroening mkroening deleted the more-reloc branch August 15, 2024 09:15
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