OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [include/] [coff/] [ChangeLog] - Blame information for rev 855

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 225 jeremybenn
2009-09-05  Martin Thuresson  
2
 
3
        * ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name of class
4
        variable to in_class to match changes in function that use this
5
        macro.
6
 
7
2009-08-10  Jan Kratochvil  
8
 
9
        Fix references past allocated memory for i386-*-go32.
10
        * ti.h (COFF_ADJUST_FILEHDR_IN_POST, COFF_ADJUST_FILEHDR_OUT_POST):
11
        Reference F_TARGET_ID only when !COFF0_P.
12
 
13
2009-08-10  Jan Kratochvil  
14
 
15
        Stop using bfd_usrdata in libbfd.
16
        * go32exe.h (struct external_filehdr_go32_exe , FILHSZ): Replace
17
        STUBSIZE by GO32_STUBSIZE.
18
        (STUBSIZE): Move the definition ...
19
        * internal.h (GO32_STUBSIZE): ... here and rename it.
20
        (struct internal_filehdr , F_GO32STUB): New.
21
 
22
2009-06-03  Ulrich Weigand  
23
 
24
        * symconst.h (btLong64, btULong64, btLongLong64, btULongLong64,
25
        btAdr64, btInt64, btUInt64): New defines.
26
 
27
2009-04-21  Kai Tietz  
28
 
29
        * pe.h (pex64_runtime_function): New structure.
30
        (external_pex64_runtime_function): Likewise.
31
        (pex64_unwind_code): Likewise.
32
        (external_pex64_unwind_code): Likewise.
33
        (pex64_unwind_info): Likewise.
34
        (external_pex64_unwind_info): Likewise.
35
        (external_pex64_scope): Likewise.
36
        (pex64_scope): Likewise.
37
        (pex64_scope_entry):  Likewise.
38
        (external_pex64_scope_entry): Likewise.
39
        (PEX64_IS_RUNTIME_FUNCTION_CHAINED): New macro.
40
        (PEX64_GET_UNWINDDATA_UNIFIED_RVA): Likewise.
41
        (PEX64_UNWCODE_CODE): Likewise.
42
        (PEX64_UNWCODE_INFO): Likewise.
43
        (UWOP_...): Add defines for unwind code.
44
        (UNW_FLAG_...): Add defined for unwind info flags.
45
        (PEX64_SCOPE_ENTRY_SIZE): New macro.
46
        (PEX64_UWI_VERSION): Likewise.
47
        (PEX64_UWI_FLAGS): Likewise.
48
        (PEX64_UWI_FRAMEREG): Likewise.
49
        (PEX64_UWI_FRAMEOFF): Likewise.
50
        (PEX64_UWI_SIZEOF_UWCODE_ARRAY): Likewise.
51
        (PEX64_OFFSET_TO_UNWIND_CODE): Likewise.
52
        (PEX64_OFFSET_TO_HANDLER_RVA): Likewise.
53
        (PEX64_OFFSET_TO_SCOPE_COUNT): Likewise.
54
        (PEX64_SCOPE_ENTRY): Likewise.
55
 
56
2009-04-17  H.J. Lu  
57
 
58
        * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
59
        (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
60
 
61
2009-04-01  Richard Sandiford  
62
 
63
        * xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c.
64
 
65
2009-03-14  Richard Sandiford  
66
 
67
        * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
68
        (xcoff_loader_info): Add auto_export_flags.
69
 
70
2009-03-14  Richard Sandiford  
71
 
72
        * internal.h (C_AIX_WEAKEXT): New macro.
73
        (C_WEAKEXT): Use the GNU definition in the generic part of the file,
74
        and conditionally reset it to C_AIX_WEAKEXT in the XCOFF part of
75
        the file.
76
        (CSECT_SYM_P): New macro.
77
        * xcoff.h (L_WEAK): Define.
78
        (EXTERN_SYM_P): New macro.
79
 
80
2009-03-14  Richard Sandiford  
81
 
82
        * xcoff.h (XCOFF_ALLOCATED): New flag.
83
 
84
2009-03-14  Richard Sandiford  
85
 
86
        * xcoff.h (XCOFF_CALLED, XCOFF_IMPORT): Update comments.
87
        (XCOFF_WAS_UNDEFINED): New flag.
88
        (xcoff_link_hash_table): Add an "rtld" field.
89
 
90
2009-03-14  Dave Korn  
91
 
92
        * internal.h (struct internal_extra_pe_aouthdr):  Correct type
93
        of DllCharacteristics flags field to unsigned.
94
        * pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
95
        IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
96
        IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
97
        IMAGE_DLLCHARACTERISTICS_NO_ISOLATION,
98
        IMAGE_DLLCHARACTERISTICS_NO_SEH,
99
        IMAGE_DLLCHARACTERISTICS_NO_BIND,
100
        IMAGE_DLLCHARACTERISTICS_WDM_DRIVER,
101
        IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE):  New macros to
102
        define flag bit values for DllCharacteristics field of PEAOUTHDR,
103
        PEPAOUTHDR.
104
 
105
2008-12-23  Johan Olmutz Nielsen  
106
 
107
        * ti.h (COFF_ADJUST_SCNHDR_OUT_PRE): Define.
108
 
109
2008-06-17  Nick Clifton  
110
 
111
        * ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this
112
        macro which does not trigger an array bounds warning in gcc.
113
        (PUT_SCNHDR_NLNNO): Likewise.
114
        (GET_SCNHDR_FLAGS): Likewise.
115
        (PUT_SCNHDR_FLAGS): Likewise.
116
        (GET_SCNHDR_PAGE): Likewise.
117
        (PUT_SCNHDR_PAGE): Likewise.
118
 
119
2007-11-05  Danny Smith  
120
 
121
        * pe.h (COFF_ENCODE_ALIGNMENT) Define.
122
 
123 24 jeremybenn
2007-08-02  H.J. Lu  
124
 
125
        * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.
126
        (IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise.
127
        (IMAGE_SCN_ALIGN_POWER_NUM): Likewise.
128
        (IMAGE_SCN_ALIGN_POWER_CONST): Likewise.
129
        (IMAGE_SCN_ALIGN_128BYTES): Likewise.
130
        (IMAGE_SCN_ALIGN_256BYTES): Likewise.
131
        (IMAGE_SCN_ALIGN_512BYTES): Likewise.
132
        (IMAGE_SCN_ALIGN_1024BYTES): Likewise.
133
        (IMAGE_SCN_ALIGN_2048BYTES): Likewise.
134
        (IMAGE_SCN_ALIGN_4096BYTES): Likewise.
135
        (IMAGE_SCN_ALIGN_8192BYTES): Likewise.
136
        (IMAGE_SCN_ALIGN_1BYTES): Redefined with
137
        IMAGE_SCN_ALIGN_POWER_CONST.
138
        (IMAGE_SCN_ALIGN_2BYTES): Likewise.
139
        (IMAGE_SCN_ALIGN_4BYTES): Likewise.
140
        (IMAGE_SCN_ALIGN_8BYTES): Likewise.
141
        (IMAGE_SCN_ALIGN_16BYTES): Likewise.
142
        (IMAGE_SCN_ALIGN_32BYTES): Likewise.
143
        (IMAGE_SCN_ALIGN_64BYTES): Likewise.
144
 
145
2007-07-12  Kai Tietz   
146
 
147
        * internal.h (struct internal_syment): Use bfd_hostptr_t for
148
        _n_zeroes and _n_offset fields.
149
 
150
2007-04-27  Alan Modra  
151
 
152
        * rs6000.h: Write Mimi's name in ASCII.
153
 
154
2007-03-19  H.J. Lu  
155
 
156
        * internal.h (internal_extra_pe_aouthdr): Add Magic,
157
        MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
158
        SizeOfInitializedData, SizeOfUninitializedData,
159
        AddressOfEntryPoint, BaseOfCode and BaseOfData.
160
 
161
2006-12-05  Michael Tautschnig  
162
            Nick Clifton  
163
 
164
        * external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
165
        (struct external_syment): Likewise.
166
        (union external_auxent): Likewise.
167
 
168
2006-11-14  Phil Lello  
169
 
170
        * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
171
        IMAGE_SUBSYSTEM_XBOX.
172
        * internal.h: Added defines for PE directory entry types.
173
        NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
174
        pe.h
175
 
176
2006-09-20  Kai Tietz  
177
 
178
        * external.h: Add proper external_aouthdr64 structure (without
179
        data_start member).
180
        (AOUTHDRSZ64): Set according structure size.
181
        (AOUTHDR64): As typedef of external_aouthdr64 structure.
182
        * internal.h: Add relocation identifiers for coff.
183
        * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
184
        (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
185
        (PEPAOUTSZ): Calculated size of 240.
186
        * x86_64.h: Coff information for x86_64 (AMD64).
187
 
188
2006-02-05  Arnold Metselaar  
189
 
190
        * internal.h: Add relocation number R_IMM24 for Z80.
191
 
192
2005-10-25  Arnold Metselaar  
193
 
194
        * internal.h: Add relocation number for Z80
195
        * z80.h: New file.
196
 
197
2005-08-18  Alan Modra  
198
 
199
        * a29k.h: Delete.
200
 
201
2005-07-14  Daniel Marques  
202
 
203
        * alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
204
        * ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
205
 
206
2005-05-10  Nick Clifton  
207
 
208
        * Update the address and phone number of the FSF organization in
209
        the GPL notices in the following files:
210
        a29k.h, alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
211
        go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
212
        internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
213
        or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
214
        tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
215
 
216
2005-02-21  Alan Modra  
217
 
218
        * xcoff.h (struct xcoff_loader_info): Warning fix.
219
 
220
2005-01-10  Inderpreet Singh 
221
 
222
        * maxq.h (F_MAXQ10, F_MAXQ20): Define.
223
 
224
2004-11-08  Inderpreet Singh   
225
            Vineet Sharma      
226
 
227
        * maxq.h: New file: Defintions for the maxq port.
228
 
229
2004-11-08  Aaron W. LaFramboise 
230
 
231
        * pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
232
        (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
233
        (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
234
 
235
2004-08-13  Mark Kettenis  
236
 
237
        * symconst.h (langMax): Fix typo in comment.
238
 
239
2004-04-23  Chris Demetriou  
240
 
241
        * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
242
        (MIPS_R_PCREL16): Update comment.
243
        * ecoff.h (struct ecoff_value_adjust): Remove structure.
244
        (struct ecoff_debug_info): Remove 'adjust' member.
245
 
246
2004-04-20  DJ Delorie  
247
 
248
        * internal.h (R_SECREL32): Add.
249
 
250
For older changes see ChangeLog-9103
251
 
252
Local Variables:
253
mode: change-log
254
left-margin: 8
255
fill-column: 74
256
version-control: never
257
End:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.