2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
[binutils.git] / include / coff / ChangeLog
blob936cefa881cb34d5c83f22d0451db27e4412c128
1 2007-08-02  H.J. Lu  <hongjiu.lu@intel.com>
3         * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.
4         (IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise.
5         (IMAGE_SCN_ALIGN_POWER_NUM): Likewise.
6         (IMAGE_SCN_ALIGN_POWER_CONST): Likewise.
7         (IMAGE_SCN_ALIGN_128BYTES): Likewise.
8         (IMAGE_SCN_ALIGN_256BYTES): Likewise.
9         (IMAGE_SCN_ALIGN_512BYTES): Likewise.
10         (IMAGE_SCN_ALIGN_1024BYTES): Likewise.
11         (IMAGE_SCN_ALIGN_2048BYTES): Likewise.
12         (IMAGE_SCN_ALIGN_4096BYTES): Likewise.
13         (IMAGE_SCN_ALIGN_8192BYTES): Likewise.
14         (IMAGE_SCN_ALIGN_1BYTES): Redefined with
15         IMAGE_SCN_ALIGN_POWER_CONST.
16         (IMAGE_SCN_ALIGN_2BYTES): Likewise.
17         (IMAGE_SCN_ALIGN_4BYTES): Likewise.
18         (IMAGE_SCN_ALIGN_8BYTES): Likewise.
19         (IMAGE_SCN_ALIGN_16BYTES): Likewise.
20         (IMAGE_SCN_ALIGN_32BYTES): Likewise.
21         (IMAGE_SCN_ALIGN_64BYTES): Likewise.
23 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
25         * internal.h (struct internal_syment): Use bfd_hostptr_t for
26         _n_zeroes and _n_offset fields.
28 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
30         * rs6000.h: Write Mimi's name in ASCII.
32 2007-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34         * internal.h (internal_extra_pe_aouthdr): Add Magic,
35         MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
36         SizeOfInitializedData, SizeOfUninitializedData,
37         AddressOfEntryPoint, BaseOfCode and BaseOfData.
39 2006-12-05  Michael Tautschnig  <tautschn@model.in.tum.de>
40             Nick Clifton  <nickc@redhat.com>
42         * external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
43         (struct external_syment): Likewise.
44         (union external_auxent): Likewise.
46 2006-11-14  Phil Lello  <phil.lello@homecall.co.uk>
48         * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
49         IMAGE_SUBSYSTEM_XBOX.
50         * internal.h: Added defines for PE directory entry types.
51         NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
52         pe.h
54 2006-09-20  Kai Tietz  <Kai.Tietz@onevision.com>
56         * external.h: Add proper external_aouthdr64 structure (without
57         data_start member).
58         (AOUTHDRSZ64): Set according structure size.
59         (AOUTHDR64): As typedef of external_aouthdr64 structure.
60         * internal.h: Add relocation identifiers for coff.
61         * pe.h: Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
62         (PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
63         (PEPAOUTSZ): Calculated size of 240.
64         * x86_64.h: Coff information for x86_64 (AMD64).
66 2006-02-05  Arnold Metselaar  <arnold.metselaar@planet.nl>
68         * internal.h: Add relocation number R_IMM24 for Z80.
70 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
72         * internal.h: Add relocation number for Z80
73         * z80.h: New file.
75 2005-08-18  Alan Modra  <amodra@bigpond.net.au>
77         * a29k.h: Delete.
79 2005-07-14  Daniel Marques  <marques@cs.cornell.edu>
81         * alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
82         * ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
84 2005-05-10  Nick Clifton  <nickc@redhat.com>
86         * Update the address and phone number of the FSF organization in
87         the GPL notices in the following files:
88         a29k.h, alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
89         go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
90         internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
91         or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
92         tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
93         
94 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
96         * xcoff.h (struct xcoff_loader_info): Warning fix.
98 2005-01-10  Inderpreet Singh <inderpreetb@noida.hcltech.com>
100         * maxq.h (F_MAXQ10, F_MAXQ20): Define.
102 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
103             Vineet Sharma      <vineets@noida.hcltech.com>
105         * maxq.h: New file: Defintions for the maxq port.
107 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
109         * pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
110         (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
111         (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
113 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
115         * symconst.h (langMax): Fix typo in comment.
117 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
119         * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
120         (MIPS_R_PCREL16): Update comment.
121         * ecoff.h (struct ecoff_value_adjust): Remove structure.
122         (struct ecoff_debug_info): Remove 'adjust' member.
124 2004-04-20  DJ Delorie  <dj@redhat.com>
126         * internal.h (R_SECREL32): Add.
128 For older changes see ChangeLog-9103
130 Local Variables:
131 mode: change-log
132 left-margin: 8
133 fill-column: 74
134 version-control: never
135 End: