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