1 2012-02-23 Iain Sandoe <idsandoe@googlemail.com>
3 * external.h: Add comments about relocations fields. Add macros
4 for non-scattered relocations. Move scattered relocation macros to
6 * reloc.h: Remove macros related to external representation of reloc
9 2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
11 * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New.
12 (BFD_MACH_O_INDIRECT_SYM_ABS): New
14 2012-01-04 Tristan Gingold <gingold@adacore.com>
16 * external.h (mach_o_fvmlib_command_external): New structure.
18 2012-01-04 Tristan Gingold <gingold@adacore.com>
20 * loader.h: Update copyright year.
21 (bfd_mach_o_cpu_subtype): Add ARM subtypes.
23 2012-01-04 Tristan Gingold <gingold@adacore.com>
25 * external.h: Update copyright year.
26 (mach_o_symtab_command_external): Add comments.
27 (mach_o_encryption_info_command_external): New structure.
29 2011-12-16 Tristan Gingold <gingold@adacore.com>
31 * codesign.h: New file.
33 2011-08-08 Tristan Gingold <gingold@adacore.com>
35 * loader.h (bfd_mach_o_load_command_type): Add
36 BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX,
37 BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS,
38 and BFD_MACH_O_LC_DYLD_ENVIRONMENT.
39 * external.h (mach_o_version_min_command_external): New structure.
41 2011-08-08 Tristan Gingold <gingold@adacore.com>
43 * loader.h: Reorder declarations.
45 * external.h: New file.
48 2011-07-06 Tristan Gingold <gingold@adacore.com>