-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
headers: Add additional ARM subtypes, correct errors. (#27)
Added various ARM, i386, PPC, and m68/88k subtypes. CPU_SUBTYPE_ARM64_V8 has an arch(3) of "arm64v8", not "armv8". CPU_SUBTYPE_POWERPC_970 has a 64-bit arch(3) of "ppc970-64", instead of having a corresponding CPU_SUBTYPE_POWERPC64_970 constant. Version bump to ruby-macho 0.2.4.
- Loading branch information
Showing
2 changed files
with
137 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters