6625879aa6
2011-12-16 Tristan Gingold <gingold@adacore.com> * od-macho.c: Include mach-o/codesign.h (OPT_CODESIGN): Define. (options): Add an entry for codesign. (mach_o_help): Likewise. (dump_header): Fix indentation. (dump_thread): Do not test result of xmalloc. (bfd_mach_o_cs_magic, bfd_mach_o_cs_hash_type): New. (dump_code_signature_superblob): New function. (swap_code_codedirectory_v1_in): Likewise. (hexdump): Likewise. (dump_code_signature_codedirectory): Likewise. (dump_code_signature_blob, dump_code_signature): Likewise. (dump_load_command): Dump code signature. (mach_o_dump): Likewise. include/mach-o/ 2011-12-16 Tristan Gingold <gingold@adacore.com> * codesign.h: New file.
24 lines
654 B
Plaintext
24 lines
654 B
Plaintext
2011-12-16 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* codesign.h: New file.
|
|
|
|
2011-08-08 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* loader.h (bfd_mach_o_load_command_type): Add
|
|
BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX,
|
|
BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS,
|
|
and BFD_MACH_O_LC_DYLD_ENVIRONMENT.
|
|
* external.h (mach_o_version_min_command_external): New structure.
|
|
|
|
2011-08-08 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* loader.h: Reorder declarations.
|
|
* x86-64.h: New file.
|
|
* external.h: New file.
|
|
* reloc.h: New file.
|
|
|
|
2011-07-06 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* loader.h: New file.
|
|
|