Mach-O: add new defines and struct for darwin 14.5
authorTristan Gingold <gingold@adacore.com>
Tue, 17 Nov 2015 13:56:04 +0000 (14:56 +0100)
committerTristan Gingold <gingold@adacore.com>
Tue, 17 Nov 2015 14:03:25 +0000 (15:03 +0100)
commitc25b1ab690ddeeba239a044c8d0086867de30f93
treee69f1c17eed848e5786068a8fdbdf318dd3a85dc
parent0c801b966379f7826fdd793b26ae879c2edf78d1
Mach-O: add new defines and struct for darwin 14.5

include/mach-o/
* arm64.h: New file.
* unwind.h: Add arm64 encodings.
* loader.h (bfd_mach_o_cpu_subtype): Add arm64 literals.
(BFD_MACH_O_LC_ENCRYPTION_INFO_64, BFD_MACH_O_LC_LINKER_OPTIONS)
(BFD_MACH_O_LC_LINKER_OPTIMIZATION_HINT)
(BFD_MACH_O_LC_VERSION_MIN_WATCHOS): Define.
* external.h (mach_o_encryption_info_64_command_external):
(mach_o_linker_option_command_external)
(mach_o_dyld_cache_header_external)
(mach_o_dyld_cache_mapping_info_external)
(mach_o_dyld_cache_image_info_external): New types.
include/mach-o/ChangeLog
include/mach-o/arm64.h [new file with mode: 0644]
include/mach-o/external.h
include/mach-o/loader.h
include/mach-o/unwind.h
This page took 0.025877 seconds and 4 git commands to generate.