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 the arm64e architecture for macOS/iOS #574

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Support the arm64e architecture for macOS/iOS #574

merged 1 commit into from
Sep 3, 2023

Conversation

arttet
Copy link
Contributor

@arttet arttet commented Aug 30, 2023

Closes #573

src/write/elf/object.rs Outdated Show resolved Hide resolved
@arttet arttet marked this pull request as draft August 30, 2023 16:08
@philipc
Copy link
Contributor

philipc commented Aug 31, 2023

For the purposes of this crate, is Architecture::Aarch64_Arm64e identical to Architecture::Aarch64 except for the Mach-O CPU subtype? My instinct is that we should add a method to write::Object to set the Mach-O CPU subtype instead of adding a new Architecture variant for this.

@arttet arttet requested review from philipc and bjorn3 August 31, 2023 11:16
@arttet arttet marked this pull request as ready for review August 31, 2023 11:17
src/write/macho.rs Outdated Show resolved Hide resolved
src/write/macho.rs Outdated Show resolved Hide resolved
src/write/mod.rs Outdated Show resolved Hide resolved
@arttet arttet requested a review from philipc August 31, 2023 12:39
@arttet
Copy link
Contributor Author

arttet commented Sep 1, 2023

Can we merge it?

P.S. rust-lang/rust#115218

@philipc philipc merged commit 4980fdc into gimli-rs:master Sep 3, 2023
10 of 12 checks passed
@philipc
Copy link
Contributor

philipc commented Sep 3, 2023

Published in 0.32.1

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.

Support the arm64e architecture for macOS/iOS
3 participants