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

Support ARM64 relocations when writing a Mach-O object #422

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

Amanieu
Copy link
Contributor

@Amanieu Amanieu commented Jan 14, 2022

For now only relocations with an addend of 0 are supported. In the future we could add support for arbitrary added using ARM64_RELOC_ADDEND.

This PR also allows the use of arbitrary Mach-O relocations on unsupported architectures, like we already do for ELF.

Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@philipc philipc merged commit 5117c57 into gimli-rs:master Jan 15, 2022
mcbegamerxx954 pushed a commit to mcbegamerxx954/object that referenced this pull request Jun 15, 2024
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.

None yet

2 participants