1218822Sdim2007-04-27  Alan Modra  <amodra@bigpond.net.au>
2104834Sobrien
3218822Sdim	* rs6000.h: Write Mimi's name in ASCII.
4218822Sdim
5218822Sdim2007-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6218822Sdim
7218822Sdim	* internal.h (internal_extra_pe_aouthdr): Add Magic,
8218822Sdim	MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
9218822Sdim	SizeOfInitializedData, SizeOfUninitializedData,
10218822Sdim	AddressOfEntryPoint, BaseOfCode and BaseOfData.
11218822Sdim
12218822Sdim2006-12-05  Michael Tautschnig  <tautschn@model.in.tum.de>
13218822Sdim	    Nick Clifton  <nickc@redhat.com>
14218822Sdim
15218822Sdim	* external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
16218822Sdim	(struct external_syment): Likewise.
17218822Sdim	(union external_auxent): Likewise.
18218822Sdim
19218822Sdim2006-11-14  Phil Lello  <phil.lello@homecall.co.uk>
20218822Sdim
21218822Sdim	* pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
22218822Sdim	IMAGE_SUBSYSTEM_XBOX.
23218822Sdim	* internal.h: Added defines for PE directory entry types.
24218822Sdim	NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
25218822Sdim	pe.h
26218822Sdim
27218822Sdim2006-09-20  Kai Tietz  <Kai.Tietz@onevision.com>
28218822Sdim
29218822Sdim	* external.h: Add proper external_aouthdr64 structure (without
30218822Sdim	data_start member).
31218822Sdim	(AOUTHDRSZ64): Set according structure size.
32218822Sdim	(AOUTHDR64): As typedef of external_aouthdr64 structure.
33218822Sdim	* internal.h: Add relocation identifiers for coff.
34218822Sdim	* pe.h:	Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
35218822Sdim	(PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
36218822Sdim	(PEPAOUTSZ): Calculated size of 240.
37218822Sdim	* x86_64.h: Coff information for x86_64 (AMD64).
38218822Sdim
39218822Sdim2006-02-05  Arnold Metselaar  <arnold.metselaar@planet.nl>
40218822Sdim
41218822Sdim	* internal.h: Add relocation number R_IMM24 for Z80.
42218822Sdim
43218822Sdim2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
44218822Sdim
45218822Sdim	* internal.h: Add relocation number for Z80
46218822Sdim	* z80.h: New file.
47218822Sdim
48218822Sdim2005-08-18  Alan Modra  <amodra@bigpond.net.au>
49218822Sdim
50218822Sdim	* a29k.h: Delete.
51218822Sdim
52218822Sdim2005-07-14  Daniel Marques  <marques@cs.cornell.edu>
53218822Sdim
54218822Sdim	* alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
55218822Sdim	* ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
56218822Sdim
57218822Sdim2005-05-10  Nick Clifton  <nickc@redhat.com>
58218822Sdim
59218822Sdim	* Update the address and phone number of the FSF organization in
60218822Sdim	the GPL notices in the following files:
61218822Sdim	a29k.h,	alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
62218822Sdim	go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
63218822Sdim	internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
64218822Sdim	or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
65218822Sdim	tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
66218822Sdim	
67218822Sdim2005-02-21  Alan Modra  <amodra@bigpond.net.au>
68218822Sdim
69218822Sdim	* xcoff.h (struct xcoff_loader_info): Warning fix.
70218822Sdim
71218822Sdim2005-01-10  Inderpreet Singh <inderpreetb@noida.hcltech.com>
72218822Sdim
73218822Sdim	* maxq.h (F_MAXQ10, F_MAXQ20): Define.
74218822Sdim
75218822Sdim2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
76218822Sdim	    Vineet Sharma      <vineets@noida.hcltech.com>
77218822Sdim
78218822Sdim	* maxq.h: New file: Defintions for the maxq port.
79218822Sdim
80218822Sdim2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
81218822Sdim
82218822Sdim	* pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
83218822Sdim	(IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
84218822Sdim	(IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
85218822Sdim
86218822Sdim2004-08-13  Mark Kettenis  <kettenis@gnu.org>
87218822Sdim
88218822Sdim	* symconst.h (langMax): Fix typo in comment.
89218822Sdim
90218822Sdim2004-04-23  Chris Demetriou  <cgd@broadcom.com>
91218822Sdim
92218822Sdim	* mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
93218822Sdim	(MIPS_R_PCREL16): Update comment.
94218822Sdim	* ecoff.h (struct ecoff_value_adjust): Remove structure.
95218822Sdim	(struct ecoff_debug_info): Remove 'adjust' member.
96218822Sdim
97218822Sdim2004-04-20  DJ Delorie  <dj@redhat.com>
98218822Sdim
99218822Sdim	* internal.h (R_SECREL32): Add.
100218822Sdim
101130561SobrienFor older changes see ChangeLog-9103
10233965Sjdp
10333965SjdpLocal Variables:
104130561Sobrienmode: change-log
105130561Sobrienleft-margin: 8
106130561Sobrienfill-column: 74
10733965Sjdpversion-control: never
10833965SjdpEnd:
109