1 | 2013-07-10 Tristan Gingold <gingold@adacore.com> |
---|
2 | |
---|
3 | * rs6000.h (external_core_dumpx): New structure. |
---|
4 | (external_ld_info32): Ditto. |
---|
5 | |
---|
6 | 2013-07-02 Tristan Gingold <gingold@adacore.com> |
---|
7 | |
---|
8 | * internal.h (C_STTLS, C_GTLS): Define. |
---|
9 | * xcoff.h (XMC_TL, XMC_TU, XMC_TE): Define. |
---|
10 | |
---|
11 | 2013-02-04 Alan Modra <amodra@gmail.com> |
---|
12 | |
---|
13 | * ti.h (SWAP_OUT_RELOC_EXTRA): Define. |
---|
14 | |
---|
15 | 2013-01-02 Martin Storsjo <martin@martin.st> |
---|
16 | |
---|
17 | * arm.h (ARMV7PEMAGIC): Define. |
---|
18 | (ARMBADMAG): Update. |
---|
19 | |
---|
20 | 2011-06-02 Nick Clifton <nickc@redhat.com> |
---|
21 | |
---|
22 | * i860.h: Fix spelling mistake in comment. |
---|
23 | |
---|
24 | 2011-05-04 Tristan Gingold <gingold@adacore.com> |
---|
25 | |
---|
26 | * rs6000.h (union external_auxent): Add x_ftype field. |
---|
27 | * rs6k64.h: (struct external_auxent): Remap x_file field. |
---|
28 | |
---|
29 | 2011-05-04 Tristan Gingold <gingold@adacore.com> |
---|
30 | |
---|
31 | * rs6000.h (struct external_exceptab): New struct. |
---|
32 | (EXCEPTSZ): New macro. |
---|
33 | * rs6k64.h: (struct external_exceptab): New struct. |
---|
34 | (EXCEPTSZ): New macro. |
---|
35 | |
---|
36 | 2011-05-03 Tristan Gingold <gingold@adacore.com> |
---|
37 | |
---|
38 | * rs6000.h (struct external_ldsym): Use E_SYMNMLEN instead of |
---|
39 | SYMNMLEN. |
---|
40 | |
---|
41 | 2011-04-27 Tristan Gingold <gingold@adacore.com> |
---|
42 | |
---|
43 | * xcoff.h (F_FDPR_PROF, F_FDPR_OPTI, F_DSA, F_VARPG) |
---|
44 | (STYP_DWARF, SSUBTYP_DWINFO) |
---|
45 | (SSUBTYP_DWLINE, SSUBTYP_DWPBNMS, SSUBTYP_DWPBTYP) |
---|
46 | (SSUBTYP_DWARNGE, SSUBTYP_DWABREV, SSUBTYP_DWSTR) |
---|
47 | (SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE) |
---|
48 | (R_TLS_LD, R_TLS_LE, R_TLSM, R_TLSML, R_TOCU, R_TOCL, C_DWARF): |
---|
49 | New macros. |
---|
50 | |
---|
51 | 2011-03-31 Tristan Gingold <gingold@adacore.com> |
---|
52 | |
---|
53 | * internal.h (C_NULL_VALUE): Define. |
---|
54 | |
---|
55 | 2010-06-29 Alan Modra <amodra@gmail.com> |
---|
56 | |
---|
57 | * maxq.h: Delete file. |
---|
58 | |
---|
59 | 2010-04-15 Nick Clifton <nickc@redhat.com> |
---|
60 | |
---|
61 | * alpha.h: Update copyright notice to use GPLv3. |
---|
62 | * apollo.h: Likewise. |
---|
63 | * arm.h: Likewise. |
---|
64 | * aux-coff.h: Likewise. |
---|
65 | * ecoff.h: Likewise. |
---|
66 | * external.h: Likewise. |
---|
67 | * go32exe.h: Likewise. |
---|
68 | * h8300.h: Likewise. |
---|
69 | * h8500.h: Likewise. |
---|
70 | * i386.h: Likewise. |
---|
71 | * i860.h: Likewise. |
---|
72 | * i960.h: Likewise. |
---|
73 | * ia64.h: Likewise. |
---|
74 | * internal.h: Likewise. |
---|
75 | * m68k.h: Likewise. |
---|
76 | * m88k.h: Likewise. |
---|
77 | * maxq.h: Likewise. |
---|
78 | * mcore.h: Likewise. |
---|
79 | * mips.h: Likewise. |
---|
80 | * mipspe.h: Likewise. |
---|
81 | * or32.h: Likewise. |
---|
82 | * pe.h: Likewise. |
---|
83 | * powerpc.h: Likewise. |
---|
84 | * rs6000.h: Likewise. |
---|
85 | * rs6k64.h: Likewise. |
---|
86 | * sh.h: Likewise. |
---|
87 | * sparc.h: Likewise. |
---|
88 | * ti.h: Likewise. |
---|
89 | * tic30.h: Likewise. |
---|
90 | * tic4x.h: Likewise. |
---|
91 | * tic54x.h: Likewise. |
---|
92 | * tic80.h: Likewise. |
---|
93 | * w65.h: Likewise. |
---|
94 | * we32k.h: Likewise. |
---|
95 | * x86_64.h: Likewise. |
---|
96 | * xcoff.h: Likewise. |
---|
97 | * z80.h: Likewise. |
---|
98 | * z8k.h: Likewise. |
---|
99 | |
---|
100 | 2009-12-02 Jerker Bäck <jerker.back@gmail.com> |
---|
101 | |
---|
102 | PR binutils/11017 |
---|
103 | * i386lh (COFF_PAGE_SIZE): Define. |
---|
104 | * x86_64.h (COFF_PAGE_SIZE): Define. |
---|
105 | |
---|
106 | 2009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl> |
---|
107 | |
---|
108 | * z80.h: Store alignment requirement in section header, to allow |
---|
109 | ld to preserve alignment. Some code was copied from ti.h. |
---|
110 | |
---|
111 | 2009-09-05 Martin Thuresson <martin@mtme.org> |
---|
112 | |
---|
113 | * ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name of class |
---|
114 | variable to in_class to match changes in function that use this |
---|
115 | macro. |
---|
116 | |
---|
117 | 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
---|
118 | |
---|
119 | Fix references past allocated memory for i386-*-go32. |
---|
120 | * ti.h (COFF_ADJUST_FILEHDR_IN_POST, COFF_ADJUST_FILEHDR_OUT_POST): |
---|
121 | Reference F_TARGET_ID only when !COFF0_P. |
---|
122 | |
---|
123 | 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
---|
124 | |
---|
125 | Stop using bfd_usrdata in libbfd. |
---|
126 | * go32exe.h (struct external_filehdr_go32_exe <stub>, FILHSZ): Replace |
---|
127 | STUBSIZE by GO32_STUBSIZE. |
---|
128 | (STUBSIZE): Move the definition ... |
---|
129 | * internal.h (GO32_STUBSIZE): ... here and rename it. |
---|
130 | (struct internal_filehdr <go32stub>, F_GO32STUB): New. |
---|
131 | |
---|
132 | 2009-06-03 Ulrich Weigand <uweigand@de.ibm.com> |
---|
133 | |
---|
134 | * symconst.h (btLong64, btULong64, btLongLong64, btULongLong64, |
---|
135 | btAdr64, btInt64, btUInt64): New defines. |
---|
136 | |
---|
137 | 2009-04-21 Kai Tietz <kai.tietz@onevision.com> |
---|
138 | |
---|
139 | * pe.h (pex64_runtime_function): New structure. |
---|
140 | (external_pex64_runtime_function): Likewise. |
---|
141 | (pex64_unwind_code): Likewise. |
---|
142 | (external_pex64_unwind_code): Likewise. |
---|
143 | (pex64_unwind_info): Likewise. |
---|
144 | (external_pex64_unwind_info): Likewise. |
---|
145 | (external_pex64_scope): Likewise. |
---|
146 | (pex64_scope): Likewise. |
---|
147 | (pex64_scope_entry): Likewise. |
---|
148 | (external_pex64_scope_entry): Likewise. |
---|
149 | (PEX64_IS_RUNTIME_FUNCTION_CHAINED): New macro. |
---|
150 | (PEX64_GET_UNWINDDATA_UNIFIED_RVA): Likewise. |
---|
151 | (PEX64_UNWCODE_CODE): Likewise. |
---|
152 | (PEX64_UNWCODE_INFO): Likewise. |
---|
153 | (UWOP_...): Add defines for unwind code. |
---|
154 | (UNW_FLAG_...): Add defined for unwind info flags. |
---|
155 | (PEX64_SCOPE_ENTRY_SIZE): New macro. |
---|
156 | (PEX64_UWI_VERSION): Likewise. |
---|
157 | (PEX64_UWI_FLAGS): Likewise. |
---|
158 | (PEX64_UWI_FRAMEREG): Likewise. |
---|
159 | (PEX64_UWI_FRAMEOFF): Likewise. |
---|
160 | (PEX64_UWI_SIZEOF_UWCODE_ARRAY): Likewise. |
---|
161 | (PEX64_OFFSET_TO_UNWIND_CODE): Likewise. |
---|
162 | (PEX64_OFFSET_TO_HANDLER_RVA): Likewise. |
---|
163 | (PEX64_OFFSET_TO_SCOPE_COUNT): Likewise. |
---|
164 | (PEX64_SCOPE_ENTRY): Likewise. |
---|
165 | |
---|
166 | 2009-04-17 H.J. Lu <hongjiu.lu@intel.com> |
---|
167 | |
---|
168 | * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ... |
---|
169 | (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This. |
---|
170 | |
---|
171 | 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com> |
---|
172 | |
---|
173 | * xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c. |
---|
174 | |
---|
175 | 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> |
---|
176 | |
---|
177 | * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags. |
---|
178 | (xcoff_loader_info): Add auto_export_flags. |
---|
179 | |
---|
180 | 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> |
---|
181 | |
---|
182 | * internal.h (C_AIX_WEAKEXT): New macro. |
---|
183 | (C_WEAKEXT): Use the GNU definition in the generic part of the file, |
---|
184 | and conditionally reset it to C_AIX_WEAKEXT in the XCOFF part of |
---|
185 | the file. |
---|
186 | (CSECT_SYM_P): New macro. |
---|
187 | * xcoff.h (L_WEAK): Define. |
---|
188 | (EXTERN_SYM_P): New macro. |
---|
189 | |
---|
190 | 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> |
---|
191 | |
---|
192 | * xcoff.h (XCOFF_ALLOCATED): New flag. |
---|
193 | |
---|
194 | 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> |
---|
195 | |
---|
196 | * xcoff.h (XCOFF_CALLED, XCOFF_IMPORT): Update comments. |
---|
197 | (XCOFF_WAS_UNDEFINED): New flag. |
---|
198 | (xcoff_link_hash_table): Add an "rtld" field. |
---|
199 | |
---|
200 | 2009-03-14 Dave Korn <dave.korn.cygwin@gmail.com> |
---|
201 | |
---|
202 | * internal.h (struct internal_extra_pe_aouthdr): Correct type |
---|
203 | of DllCharacteristics flags field to unsigned. |
---|
204 | * pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE, |
---|
205 | IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE, |
---|
206 | IMAGE_DLL_CHARACTERISTICS_NX_COMPAT, |
---|
207 | IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, |
---|
208 | IMAGE_DLLCHARACTERISTICS_NO_SEH, |
---|
209 | IMAGE_DLLCHARACTERISTICS_NO_BIND, |
---|
210 | IMAGE_DLLCHARACTERISTICS_WDM_DRIVER, |
---|
211 | IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): New macros to |
---|
212 | define flag bit values for DllCharacteristics field of PEAOUTHDR, |
---|
213 | PEPAOUTHDR. |
---|
214 | |
---|
215 | 2008-12-23 Johan Olmutz Nielsen <jnielsen@ddci.com> |
---|
216 | |
---|
217 | * ti.h (COFF_ADJUST_SCNHDR_OUT_PRE): Define. |
---|
218 | |
---|
219 | 2008-06-17 Nick Clifton <nickc@redhat.com> |
---|
220 | |
---|
221 | * ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this |
---|
222 | macro which does not trigger an array bounds warning in gcc. |
---|
223 | (PUT_SCNHDR_NLNNO): Likewise. |
---|
224 | (GET_SCNHDR_FLAGS): Likewise. |
---|
225 | (PUT_SCNHDR_FLAGS): Likewise. |
---|
226 | (GET_SCNHDR_PAGE): Likewise. |
---|
227 | (PUT_SCNHDR_PAGE): Likewise. |
---|
228 | |
---|
229 | 2007-11-05 Danny Smith <dannysmith@users.sourceforge.net> |
---|
230 | |
---|
231 | * pe.h (COFF_ENCODE_ALIGNMENT) Define. |
---|
232 | |
---|
233 | 2007-08-02 H.J. Lu <hongjiu.lu@intel.com> |
---|
234 | |
---|
235 | * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New. |
---|
236 | (IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise. |
---|
237 | (IMAGE_SCN_ALIGN_POWER_NUM): Likewise. |
---|
238 | (IMAGE_SCN_ALIGN_POWER_CONST): Likewise. |
---|
239 | (IMAGE_SCN_ALIGN_128BYTES): Likewise. |
---|
240 | (IMAGE_SCN_ALIGN_256BYTES): Likewise. |
---|
241 | (IMAGE_SCN_ALIGN_512BYTES): Likewise. |
---|
242 | (IMAGE_SCN_ALIGN_1024BYTES): Likewise. |
---|
243 | (IMAGE_SCN_ALIGN_2048BYTES): Likewise. |
---|
244 | (IMAGE_SCN_ALIGN_4096BYTES): Likewise. |
---|
245 | (IMAGE_SCN_ALIGN_8192BYTES): Likewise. |
---|
246 | (IMAGE_SCN_ALIGN_1BYTES): Redefined with |
---|
247 | IMAGE_SCN_ALIGN_POWER_CONST. |
---|
248 | (IMAGE_SCN_ALIGN_2BYTES): Likewise. |
---|
249 | (IMAGE_SCN_ALIGN_4BYTES): Likewise. |
---|
250 | (IMAGE_SCN_ALIGN_8BYTES): Likewise. |
---|
251 | (IMAGE_SCN_ALIGN_16BYTES): Likewise. |
---|
252 | (IMAGE_SCN_ALIGN_32BYTES): Likewise. |
---|
253 | (IMAGE_SCN_ALIGN_64BYTES): Likewise. |
---|
254 | |
---|
255 | 2007-07-12 Kai Tietz <kai.tietz@onevision.com> |
---|
256 | |
---|
257 | * internal.h (struct internal_syment): Use bfd_hostptr_t for |
---|
258 | _n_zeroes and _n_offset fields. |
---|
259 | |
---|
260 | 2007-04-27 Alan Modra <amodra@bigpond.net.au> |
---|
261 | |
---|
262 | * rs6000.h: Write Mimi's name in ASCII. |
---|
263 | |
---|
264 | 2007-03-19 H.J. Lu <hongjiu.lu@intel.com> |
---|
265 | |
---|
266 | * internal.h (internal_extra_pe_aouthdr): Add Magic, |
---|
267 | MajorLinkerVersion, MinorLinkerVersion, SizeOfCode, |
---|
268 | SizeOfInitializedData, SizeOfUninitializedData, |
---|
269 | AddressOfEntryPoint, BaseOfCode and BaseOfData. |
---|
270 | |
---|
271 | 2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de> |
---|
272 | Nick Clifton <nickc@redhat.com> |
---|
273 | |
---|
274 | * external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED. |
---|
275 | (struct external_syment): Likewise. |
---|
276 | (union external_auxent): Likewise. |
---|
277 | |
---|
278 | 2006-11-14 Phil Lello <phil.lello@homecall.co.uk> |
---|
279 | |
---|
280 | * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and |
---|
281 | IMAGE_SUBSYSTEM_XBOX. |
---|
282 | * internal.h: Added defines for PE directory entry types. |
---|
283 | NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in |
---|
284 | pe.h |
---|
285 | |
---|
286 | 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com> |
---|
287 | |
---|
288 | * external.h: Add proper external_aouthdr64 structure (without |
---|
289 | data_start member). |
---|
290 | (AOUTHDRSZ64): Set according structure size. |
---|
291 | (AOUTHDR64): As typedef of external_aouthdr64 structure. |
---|
292 | * internal.h: Add relocation identifiers for coff. |
---|
293 | * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature. |
---|
294 | (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64). |
---|
295 | (PEPAOUTSZ): Calculated size of 240. |
---|
296 | * x86_64.h: Coff information for x86_64 (AMD64). |
---|
297 | |
---|
298 | 2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl> |
---|
299 | |
---|
300 | * internal.h: Add relocation number R_IMM24 for Z80. |
---|
301 | |
---|
302 | 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl> |
---|
303 | |
---|
304 | * internal.h: Add relocation number for Z80 |
---|
305 | * z80.h: New file. |
---|
306 | |
---|
307 | 2005-08-18 Alan Modra <amodra@bigpond.net.au> |
---|
308 | |
---|
309 | * a29k.h: Delete. |
---|
310 | |
---|
311 | 2005-07-14 Daniel Marques <marques@cs.cornell.edu> |
---|
312 | |
---|
313 | * alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define. |
---|
314 | * ecoff.h (ALPHA_MAGIC_COMPRESSED): Define. |
---|
315 | |
---|
316 | 2005-05-10 Nick Clifton <nickc@redhat.com> |
---|
317 | |
---|
318 | * Update the address and phone number of the FSF organization in |
---|
319 | the GPL notices in the following files: |
---|
320 | a29k.h, alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h, |
---|
321 | go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h, |
---|
322 | internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h, |
---|
323 | or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h, |
---|
324 | tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h |
---|
325 | |
---|
326 | 2005-02-21 Alan Modra <amodra@bigpond.net.au> |
---|
327 | |
---|
328 | * xcoff.h (struct xcoff_loader_info): Warning fix. |
---|
329 | |
---|
330 | 2005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com> |
---|
331 | |
---|
332 | * maxq.h (F_MAXQ10, F_MAXQ20): Define. |
---|
333 | |
---|
334 | 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> |
---|
335 | Vineet Sharma <vineets@noida.hcltech.com> |
---|
336 | |
---|
337 | * maxq.h: New file: Defintions for the maxq port. |
---|
338 | |
---|
339 | 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> |
---|
340 | |
---|
341 | * pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define. |
---|
342 | (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same. |
---|
343 | (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same. |
---|
344 | |
---|
345 | 2004-08-13 Mark Kettenis <kettenis@gnu.org> |
---|
346 | |
---|
347 | * symconst.h (langMax): Fix typo in comment. |
---|
348 | |
---|
349 | 2004-04-23 Chris Demetriou <cgd@broadcom.com> |
---|
350 | |
---|
351 | * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove |
---|
352 | (MIPS_R_PCREL16): Update comment. |
---|
353 | * ecoff.h (struct ecoff_value_adjust): Remove structure. |
---|
354 | (struct ecoff_debug_info): Remove 'adjust' member. |
---|
355 | |
---|
356 | 2004-04-20 DJ Delorie <dj@redhat.com> |
---|
357 | |
---|
358 | * internal.h (R_SECREL32): Add. |
---|
359 | |
---|
360 | For older changes see ChangeLog-9103 |
---|
361 | |
---|
362 | Copyright (C) 2004-2012 Free Software Foundation, Inc. |
---|
363 | |
---|
364 | Copying and distribution of this file, with or without modification, |
---|
365 | are permitted in any medium without royalty provided the copyright |
---|
366 | notice and this notice are preserved. |
---|
367 | |
---|
368 | Local Variables: |
---|
369 | mode: change-log |
---|
370 | left-margin: 8 |
---|
371 | fill-column: 74 |
---|
372 | version-control: never |
---|
373 | End: |
---|