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