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

Add support for AArch64 ILP32 for ELF #497

Merged
merged 1 commit into from Jan 4, 2023
Merged

Conversation

Amanieu
Copy link
Contributor

@Amanieu Amanieu commented Jan 3, 2023

This is needed for the aarch64-unknown-linux-gnu_ilp32 target in rustc.

I've only implemented minimal support for ILP32 relocations since rustc doesn't use these (it only generates object files to wrap metadata or to force the linker to import symbols).

@philipc philipc merged commit d4482ec into gimli-rs:master Jan 4, 2023
@Amanieu
Copy link
Contributor Author

Amanieu commented Jan 4, 2023

Thanks! Could you publish a new release with this change so I can update the dependency in rustc?

@philipc
Copy link
Contributor

philipc commented Jan 4, 2023

Published 0.30.1

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