bfd/
[deliverable/binutils-gdb.git] / include / coff / ChangeLog
1 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
4 (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
5
6 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
7
8 * xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c.
9
10 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
11
12 * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
13 (xcoff_loader_info): Add auto_export_flags.
14
15 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
16
17 * internal.h (C_AIX_WEAKEXT): New macro.
18 (C_WEAKEXT): Use the GNU definition in the generic part of the file,
19 and conditionally reset it to C_AIX_WEAKEXT in the XCOFF part of
20 the file.
21 (CSECT_SYM_P): New macro.
22 * xcoff.h (L_WEAK): Define.
23 (EXTERN_SYM_P): New macro.
24
25 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
26
27 * xcoff.h (XCOFF_ALLOCATED): New flag.
28
29 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
30
31 * xcoff.h (XCOFF_CALLED, XCOFF_IMPORT): Update comments.
32 (XCOFF_WAS_UNDEFINED): New flag.
33 (xcoff_link_hash_table): Add an "rtld" field.
34
35 2008-12-23 Johan Olmutz Nielsen <jnielsen@ddci.com>
36
37 * ti.h (COFF_ADJUST_SCNHDR_OUT_PRE): Define.
38
39 2008-06-17 Nick Clifton <nickc@redhat.com>
40
41 * ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this
42 macro which does not trigger an array bounds warning in gcc.
43 (PUT_SCNHDR_NLNNO): Likewise.
44 (GET_SCNHDR_FLAGS): Likewise.
45 (PUT_SCNHDR_FLAGS): Likewise.
46 (GET_SCNHDR_PAGE): Likewise.
47 (PUT_SCNHDR_PAGE): Likewise.
48
49 2007-11-05 Danny Smith <dannysmith@users.sourceforge.net>
50
51 * pe.h (COFF_ENCODE_ALIGNMENT) Define.
52
53 2007-08-02 H.J. Lu <hongjiu.lu@intel.com>
54
55 * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.
56 (IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise.
57 (IMAGE_SCN_ALIGN_POWER_NUM): Likewise.
58 (IMAGE_SCN_ALIGN_POWER_CONST): Likewise.
59 (IMAGE_SCN_ALIGN_128BYTES): Likewise.
60 (IMAGE_SCN_ALIGN_256BYTES): Likewise.
61 (IMAGE_SCN_ALIGN_512BYTES): Likewise.
62 (IMAGE_SCN_ALIGN_1024BYTES): Likewise.
63 (IMAGE_SCN_ALIGN_2048BYTES): Likewise.
64 (IMAGE_SCN_ALIGN_4096BYTES): Likewise.
65 (IMAGE_SCN_ALIGN_8192BYTES): Likewise.
66 (IMAGE_SCN_ALIGN_1BYTES): Redefined with
67 IMAGE_SCN_ALIGN_POWER_CONST.
68 (IMAGE_SCN_ALIGN_2BYTES): Likewise.
69 (IMAGE_SCN_ALIGN_4BYTES): Likewise.
70 (IMAGE_SCN_ALIGN_8BYTES): Likewise.
71 (IMAGE_SCN_ALIGN_16BYTES): Likewise.
72 (IMAGE_SCN_ALIGN_32BYTES): Likewise.
73 (IMAGE_SCN_ALIGN_64BYTES): Likewise.
74
75 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
76
77 * internal.h (struct internal_syment): Use bfd_hostptr_t for
78 _n_zeroes and _n_offset fields.
79
80 2007-04-27 Alan Modra <amodra@bigpond.net.au>
81
82 * rs6000.h: Write Mimi's name in ASCII.
83
84 2007-03-19 H.J. Lu <hongjiu.lu@intel.com>
85
86 * internal.h (internal_extra_pe_aouthdr): Add Magic,
87 MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
88 SizeOfInitializedData, SizeOfUninitializedData,
89 AddressOfEntryPoint, BaseOfCode and BaseOfData.
90
91 2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
92 Nick Clifton <nickc@redhat.com>
93
94 * external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
95 (struct external_syment): Likewise.
96 (union external_auxent): Likewise.
97
98 2006-11-14 Phil Lello <phil.lello@homecall.co.uk>
99
100 * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
101 IMAGE_SUBSYSTEM_XBOX.
102 * internal.h: Added defines for PE directory entry types.
103 NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
104 pe.h
105
106 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
107
108 * external.h: Add proper external_aouthdr64 structure (without
109 data_start member).
110 (AOUTHDRSZ64): Set according structure size.
111 (AOUTHDR64): As typedef of external_aouthdr64 structure.
112 * internal.h: Add relocation identifiers for coff.
113 * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
114 (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
115 (PEPAOUTSZ): Calculated size of 240.
116 * x86_64.h: Coff information for x86_64 (AMD64).
117
118 2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl>
119
120 * internal.h: Add relocation number R_IMM24 for Z80.
121
122 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
123
124 * internal.h: Add relocation number for Z80
125 * z80.h: New file.
126
127 2005-08-18 Alan Modra <amodra@bigpond.net.au>
128
129 * a29k.h: Delete.
130
131 2005-07-14 Daniel Marques <marques@cs.cornell.edu>
132
133 * alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
134 * ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
135
136 2005-05-10 Nick Clifton <nickc@redhat.com>
137
138 * Update the address and phone number of the FSF organization in
139 the GPL notices in the following files:
140 a29k.h, alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
141 go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
142 internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
143 or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
144 tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
145
146 2005-02-21 Alan Modra <amodra@bigpond.net.au>
147
148 * xcoff.h (struct xcoff_loader_info): Warning fix.
149
150 2005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
151
152 * maxq.h (F_MAXQ10, F_MAXQ20): Define.
153
154 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
155 Vineet Sharma <vineets@noida.hcltech.com>
156
157 * maxq.h: New file: Defintions for the maxq port.
158
159 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
160
161 * pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
162 (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
163 (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
164
165 2004-08-13 Mark Kettenis <kettenis@gnu.org>
166
167 * symconst.h (langMax): Fix typo in comment.
168
169 2004-04-23 Chris Demetriou <cgd@broadcom.com>
170
171 * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
172 (MIPS_R_PCREL16): Update comment.
173 * ecoff.h (struct ecoff_value_adjust): Remove structure.
174 (struct ecoff_debug_info): Remove 'adjust' member.
175
176 2004-04-20 DJ Delorie <dj@redhat.com>
177
178 * internal.h (R_SECREL32): Add.
179
180 For older changes see ChangeLog-9103
181 \f
182 Local Variables:
183 mode: change-log
184 left-margin: 8
185 fill-column: 74
186 version-control: never
187 End:
This page took 0.033786 seconds and 5 git commands to generate.