1*ba340e45Schristos2015-12-03 Tristan Gingold <gingold@adacore.com> 2*ba340e45Schristos 3*ba340e45Schristos * loader.h (bfd_mach_o_header_flags): Add 4*ba340e45Schristos BFD_MACH_O_MH_APP_EXTENSION_SAFE. 5*ba340e45Schristos 6*ba340e45Schristos2015-11-17 Tristan Gingold <gingold@adacore.com> 7*ba340e45Schristos 8*ba340e45Schristos * arm64.h: New file. 9*ba340e45Schristos * arm.h: New file. 10*ba340e45Schristos * unwind.h: Add arm64 encodings. 11*ba340e45Schristos * loader.h (bfd_mach_o_cpu_subtype): Add arm64 literals. 12*ba340e45Schristos (BFD_MACH_O_LC_ENCRYPTION_INFO_64, BFD_MACH_O_LC_LINKER_OPTIONS) 13*ba340e45Schristos (BFD_MACH_O_LC_LINKER_OPTIMIZATION_HINT) 14*ba340e45Schristos (BFD_MACH_O_LC_VERSION_MIN_WATCHOS): Define. 15*ba340e45Schristos * external.h (mach_o_encryption_info_64_command_external): 16*ba340e45Schristos (mach_o_linker_option_command_external) 17*ba340e45Schristos (mach_o_dyld_cache_header_external) 18*ba340e45Schristos (mach_o_dyld_cache_mapping_info_external) 19*ba340e45Schristos (mach_o_dyld_cache_image_info_external): New types. 20*ba340e45Schristos 21*ba340e45Schristos2015-01-01 Alan Modra <amodra@gmail.com> 22*ba340e45Schristos 23*ba340e45Schristos Update year range in copyright notice of all files. 24*ba340e45Schristos 25*ba340e45Schristos2014-04-16 Tristan Gingold <gingold@adacore.com> 26*ba340e45Schristos 27*ba340e45Schristos * loader.h: Add macros for rebase, bind and export constants. 28*ba340e45Schristos 29*ba340e45Schristos2014-04-16 Tristan Gingold <gingold@adacore.com> 30*ba340e45Schristos 31*ba340e45Schristos * loader.h (BFD_MACH_O_CPU_ARCH_MASK, BFD_MACH_O_CPU_ARCH_ABI64) 32*ba340e45Schristos (BFD_MACH_O_CPU_SUBTYPE_MASK, BFD_MACH_O_CPU_SUBTYPE_LIB64): Define. 33*ba340e45Schristos 34*ba340e45Schristos2014-04-03 Tristan Gingold <gingold@adacore.com> 35*ba340e45Schristos 36*ba340e45Schristos * unwind.h (mach_o_compact_unwind_64): Fix typo in personality. 37*ba340e45Schristos 38*ba340e45Schristos2014-04-02 Tristan Gingold <gingold@adacore.com> 39*ba340e45Schristos 40*ba340e45Schristos * external.h (mach_o_prebound_dylib_command_external) 41*ba340e45Schristos (mach_o_prebind_cksum_command_external) 42*ba340e45Schristos (mach_o_twolevel_hints_command_external): New types. 43*ba340e45Schristos 44*ba340e45Schristos2014-03-26 Tristan Gingold <gingold@adacore.com> 45*ba340e45Schristos 46*ba340e45Schristos * loader.h (bfd_mach_o_cpu_type): Add BFD_MACH_O_CPU_TYPE_ARM64. 47*ba340e45Schristos 48*ba340e45Schristos2014-03-17 Tristan Gingold <gingold@adacore.com> 49*ba340e45Schristos 50*ba340e45Schristos * unwind.h: New file. 51*ba340e45Schristos 52*ba340e45Schristos2014-03-05 Alan Modra <amodra@gmail.com> 53*ba340e45Schristos 54*ba340e45Schristos Update copyright years. 55*ba340e45Schristos 56*ba340e45Schristos2012-11-14 Tristan Gingold <gingold@adacore.com> 57*ba340e45Schristos 58*ba340e45Schristos * external.h (mach_o_entry_point_command_external) 59*ba340e45Schristos (mach_o_source_version_command_external) 60*ba340e45Schristos (mach_o_data_in_code_entry_external): New structures. 61*ba340e45Schristos 62*ba340e45Schristos * loader.h (bfd_mach_o_load_command_type): Add 63*ba340e45Schristos BFD_MACH_O_LC_MAIN, BFD_MACH_O_LC_DATA_IN_CODE, 64*ba340e45Schristos BFD_MACH_O_LC_SOURCE_VERSION and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS. 65*ba340e45Schristos (BFD_MACH_O_REFERENCE_MASK): Adjust value. 66*ba340e45Schristos (BFD_MACH_O_N_REF_TO_WEAK): New definition. 67*ba340e45Schristos (BFD_MACH_O_N_ARM_THUMB_DEF, BFD_MACH_O_N_SYMBOL_RESOLVER): Likewise. 68*ba340e45Schristos (bfd_mach_o_data_in_code_entry_kind): New enum. 69*ba340e45Schristos 70*ba340e45Schristos2012-11-14 Tristan Gingold <gingold@adacore.com> 71*ba340e45Schristos 72*ba340e45Schristos * arm.h: New file. 73*ba340e45Schristos 74*ba340e45Schristos2012-02-23 Iain Sandoe <idsandoe@googlemail.com> 75*ba340e45Schristos 76*ba340e45Schristos * external.h: Add comments about relocations fields. Add macros 77*ba340e45Schristos for non-scattered relocations. Move scattered relocation macros to 78*ba340e45Schristos here. 79*ba340e45Schristos * reloc.h: Remove macros related to external representation of reloc 80*ba340e45Schristos fields. 81*ba340e45Schristos 82*ba340e45Schristos2012-01-12 Iain Sandoe <idsandoe@googlemail.com> 83*ba340e45Schristos 84*ba340e45Schristos * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New. 85*ba340e45Schristos (BFD_MACH_O_INDIRECT_SYM_ABS): New 86*ba340e45Schristos 87*ba340e45Schristos2012-01-04 Tristan Gingold <gingold@adacore.com> 88*ba340e45Schristos 89*ba340e45Schristos * external.h (mach_o_fvmlib_command_external): New structure. 90*ba340e45Schristos 91*ba340e45Schristos2012-01-04 Tristan Gingold <gingold@adacore.com> 92*ba340e45Schristos 93*ba340e45Schristos * loader.h: Update copyright year. 94*ba340e45Schristos (bfd_mach_o_cpu_subtype): Add ARM subtypes. 95*ba340e45Schristos 96*ba340e45Schristos2012-01-04 Tristan Gingold <gingold@adacore.com> 97*ba340e45Schristos 98*ba340e45Schristos * external.h: Update copyright year. 99*ba340e45Schristos (mach_o_symtab_command_external): Add comments. 100*ba340e45Schristos (mach_o_encryption_info_command_external): New structure. 101*ba340e45Schristos 102*ba340e45Schristos2011-12-16 Tristan Gingold <gingold@adacore.com> 103*ba340e45Schristos 104*ba340e45Schristos * codesign.h: New file. 105*ba340e45Schristos 106*ba340e45Schristos2011-08-08 Tristan Gingold <gingold@adacore.com> 107*ba340e45Schristos 108*ba340e45Schristos * loader.h (bfd_mach_o_load_command_type): Add 109*ba340e45Schristos BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX, 110*ba340e45Schristos BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS, 111*ba340e45Schristos and BFD_MACH_O_LC_DYLD_ENVIRONMENT. 112*ba340e45Schristos * external.h (mach_o_version_min_command_external): New structure. 113*ba340e45Schristos 114*ba340e45Schristos2011-08-08 Tristan Gingold <gingold@adacore.com> 115*ba340e45Schristos 116*ba340e45Schristos * loader.h: Reorder declarations. 117*ba340e45Schristos * x86-64.h: New file. 118*ba340e45Schristos * external.h: New file. 119*ba340e45Schristos * reloc.h: New file. 120*ba340e45Schristos 121*ba340e45Schristos2011-07-06 Tristan Gingold <gingold@adacore.com> 122*ba340e45Schristos 123*ba340e45Schristos * loader.h: New file. 124*ba340e45Schristos 125*ba340e45SchristosCopyright (C) 2011-2015 Free Software Foundation, Inc. 126*ba340e45Schristos 127*ba340e45SchristosCopying and distribution of this file, with or without modification, 128*ba340e45Schristosare permitted in any medium without royalty provided the copyright 129*ba340e45Schristosnotice and this notice are preserved. 130*ba340e45Schristos 131*ba340e45SchristosLocal Variables: 132*ba340e45Schristosmode: change-log 133*ba340e45Schristosleft-margin: 8 134*ba340e45Schristosfill-column: 74 135*ba340e45Schristosversion-control: never 136*ba340e45SchristosEnd: 137