Mach-O: add cpu and cpusubtype caps.
[platform/upstream/binutils.git] / include / mach-o / ChangeLog
1 2014-04-16  Tristan Gingold  <gingold@adacore.com>
2
3         * loader.h (BFD_MACH_O_CPU_ARCH_MASK, BFD_MACH_O_CPU_ARCH_ABI64)
4         (BFD_MACH_O_CPU_SUBTYPE_MASK, BFD_MACH_O_CPU_SUBTYPE_LIB64): Define.
5
6 2014-04-03  Tristan Gingold  <gingold@adacore.com>
7
8         * unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
9
10 2014-04-02  Tristan Gingold  <gingold@adacore.com>
11
12         * external.h (mach_o_prebound_dylib_command_external)
13         (mach_o_prebind_cksum_command_external)
14         (mach_o_twolevel_hints_command_external): New types.
15
16 2014-03-26  Tristan Gingold  <gingold@adacore.com>
17
18         * loader.h (bfd_mach_o_cpu_type): Add BFD_MACH_O_CPU_TYPE_ARM64.
19
20 2014-03-17  Tristan Gingold  <gingold@adacore.com>
21
22         * unwind.h: New file.
23
24 2014-03-05  Alan Modra  <amodra@gmail.com>
25
26         Update copyright years.
27
28 2012-11-14  Tristan Gingold  <gingold@adacore.com>
29
30         * external.h (mach_o_entry_point_command_external)
31         (mach_o_source_version_command_external)
32         (mach_o_data_in_code_entry_external): New structures.
33
34         * loader.h (bfd_mach_o_load_command_type): Add
35         BFD_MACH_O_LC_MAIN, BFD_MACH_O_LC_DATA_IN_CODE,
36         BFD_MACH_O_LC_SOURCE_VERSION and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
37         (BFD_MACH_O_REFERENCE_MASK): Adjust value.
38         (BFD_MACH_O_N_REF_TO_WEAK): New definition.
39         (BFD_MACH_O_N_ARM_THUMB_DEF, BFD_MACH_O_N_SYMBOL_RESOLVER): Likewise.
40         (bfd_mach_o_data_in_code_entry_kind): New enum.
41
42 2012-11-14  Tristan Gingold  <gingold@adacore.com>
43
44         * arm.h: New file.
45
46 2012-02-23  Iain Sandoe  <idsandoe@googlemail.com>
47
48         * external.h: Add comments about relocations fields.  Add macros
49         for non-scattered relocations.  Move scattered relocation macros to
50         here.
51         * reloc.h: Remove macros related to external representation of reloc
52         fields.
53
54 2012-01-12  Iain Sandoe  <idsandoe@googlemail.com>
55
56         * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New.
57         (BFD_MACH_O_INDIRECT_SYM_ABS): New
58
59 2012-01-04  Tristan Gingold  <gingold@adacore.com>
60
61         * external.h (mach_o_fvmlib_command_external): New structure.
62
63 2012-01-04  Tristan Gingold  <gingold@adacore.com>
64
65         * loader.h: Update copyright year.
66         (bfd_mach_o_cpu_subtype): Add ARM subtypes.
67
68 2012-01-04  Tristan Gingold  <gingold@adacore.com>
69
70         * external.h: Update copyright year.
71         (mach_o_symtab_command_external): Add comments.
72         (mach_o_encryption_info_command_external): New structure.
73
74 2011-12-16  Tristan Gingold  <gingold@adacore.com>
75
76         * codesign.h: New file.
77
78 2011-08-08  Tristan Gingold  <gingold@adacore.com>
79
80         * loader.h (bfd_mach_o_load_command_type): Add
81         BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX,
82         BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS,
83         and BFD_MACH_O_LC_DYLD_ENVIRONMENT.
84         * external.h (mach_o_version_min_command_external): New structure.
85
86 2011-08-08  Tristan Gingold  <gingold@adacore.com>
87
88         * loader.h: Reorder declarations.
89         * x86-64.h: New file.
90         * external.h: New file.
91         * reloc.h: New file.
92
93 2011-07-06  Tristan Gingold  <gingold@adacore.com>
94
95         * loader.h: New file.
96 \f
97 Copyright (C) 2011-2014 Free Software Foundation, Inc.
98
99 Copying and distribution of this file, with or without modification,
100 are permitted in any medium without royalty provided the copyright
101 notice and this notice are preserved.
102
103 Local Variables:
104 mode: change-log
105 left-margin: 8
106 fill-column: 74
107 version-control: never
108 End: