Subversion Repositories Kolibri OS

Rev

Rev 5191 | Details | Compare with Previous | Last modification | View Log | RSS feed

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