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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [include/] [coff/] [ChangeLog] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 jlechner
2008-06-17  Nick Clifton  
2
 
3
        * ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this
4
        macro which does not trigger an array bounds warning in gcc.
5
        (PUT_SCNHDR_NLNNO): Likewise.
6
        (GET_SCNHDR_FLAGS): Likewise.
7
        (PUT_SCNHDR_FLAGS): Likewise.
8
        (GET_SCNHDR_PAGE): Likewise.
9
        (PUT_SCNHDR_PAGE): Likewise.
10
 
11
2007-11-05  Danny Smith  
12
 
13
        * pe.h (COFF_ENCODE_ALIGNMENT) Define.
14
 
15
2007-08-02  H.J. Lu  
16
 
17
        * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.
18
        (IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise.
19
        (IMAGE_SCN_ALIGN_POWER_NUM): Likewise.
20
        (IMAGE_SCN_ALIGN_POWER_CONST): Likewise.
21
        (IMAGE_SCN_ALIGN_128BYTES): Likewise.
22
        (IMAGE_SCN_ALIGN_256BYTES): Likewise.
23
        (IMAGE_SCN_ALIGN_512BYTES): Likewise.
24
        (IMAGE_SCN_ALIGN_1024BYTES): Likewise.
25
        (IMAGE_SCN_ALIGN_2048BYTES): Likewise.
26
        (IMAGE_SCN_ALIGN_4096BYTES): Likewise.
27
        (IMAGE_SCN_ALIGN_8192BYTES): Likewise.
28
        (IMAGE_SCN_ALIGN_1BYTES): Redefined with
29
        IMAGE_SCN_ALIGN_POWER_CONST.
30
        (IMAGE_SCN_ALIGN_2BYTES): Likewise.
31
        (IMAGE_SCN_ALIGN_4BYTES): Likewise.
32
        (IMAGE_SCN_ALIGN_8BYTES): Likewise.
33
        (IMAGE_SCN_ALIGN_16BYTES): Likewise.
34
        (IMAGE_SCN_ALIGN_32BYTES): Likewise.
35
        (IMAGE_SCN_ALIGN_64BYTES): Likewise.
36
 
37
2007-07-12  Kai Tietz   
38
 
39
        * internal.h (struct internal_syment): Use bfd_hostptr_t for
40
        _n_zeroes and _n_offset fields.
41
 
42
2007-04-27  Alan Modra  
43
 
44
        * rs6000.h: Write Mimi's name in ASCII.
45
 
46
2007-03-19  H.J. Lu  
47
 
48
        * internal.h (internal_extra_pe_aouthdr): Add Magic,
49
        MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
50
        SizeOfInitializedData, SizeOfUninitializedData,
51
        AddressOfEntryPoint, BaseOfCode and BaseOfData.
52
 
53
2006-12-05  Michael Tautschnig  
54
            Nick Clifton  
55
 
56
        * external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
57
        (struct external_syment): Likewise.
58
        (union external_auxent): Likewise.
59
 
60
2006-11-14  Phil Lello  
61
 
62
        * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
63
        IMAGE_SUBSYSTEM_XBOX.
64
        * internal.h: Added defines for PE directory entry types.
65
        NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
66
        pe.h
67
 
68
2006-09-20  Kai Tietz  
69
 
70
        * external.h: Add proper external_aouthdr64 structure (without
71
        data_start member).
72
        (AOUTHDRSZ64): Set according structure size.
73
        (AOUTHDR64): As typedef of external_aouthdr64 structure.
74
        * internal.h: Add relocation identifiers for coff.
75
        * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
76
        (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
77
        (PEPAOUTSZ): Calculated size of 240.
78
        * x86_64.h: Coff information for x86_64 (AMD64).
79
 
80
2006-02-05  Arnold Metselaar  
81
 
82
        * internal.h: Add relocation number R_IMM24 for Z80.
83
 
84
2005-10-25  Arnold Metselaar  
85
 
86
        * internal.h: Add relocation number for Z80
87
        * z80.h: New file.
88
 
89
2005-08-18  Alan Modra  
90
 
91
        * a29k.h: Delete.
92
 
93
2005-07-14  Daniel Marques  
94
 
95
        * alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
96
        * ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
97
 
98
2005-05-10  Nick Clifton  
99
 
100
        * Update the address and phone number of the FSF organization in
101
        the GPL notices in the following files:
102
        a29k.h, alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
103
        go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
104
        internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
105
        or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
106
        tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
107
 
108
2005-02-21  Alan Modra  
109
 
110
        * xcoff.h (struct xcoff_loader_info): Warning fix.
111
 
112
2005-01-10  Inderpreet Singh 
113
 
114
        * maxq.h (F_MAXQ10, F_MAXQ20): Define.
115
 
116
2004-11-08  Inderpreet Singh   
117
            Vineet Sharma      
118
 
119
        * maxq.h: New file: Defintions for the maxq port.
120
 
121
2004-11-08  Aaron W. LaFramboise 
122
 
123
        * pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
124
        (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
125
        (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
126
 
127
2004-08-13  Mark Kettenis  
128
 
129
        * symconst.h (langMax): Fix typo in comment.
130
 
131
2004-04-23  Chris Demetriou  
132
 
133
        * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
134
        (MIPS_R_PCREL16): Update comment.
135
        * ecoff.h (struct ecoff_value_adjust): Remove structure.
136
        (struct ecoff_debug_info): Remove 'adjust' member.
137
 
138
2004-04-20  DJ Delorie  
139
 
140
        * internal.h (R_SECREL32): Add.
141
 
142
For older changes see ChangeLog-9103
143
 
144
Local Variables:
145
mode: change-log
146
left-margin: 8
147
fill-column: 74
148
version-control: never
149
End:

powered by: WebSVN 2.1.0

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