* Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
[deliverable/binutils-gdb.git] / include / coff / ChangeLog
CommitLineData
2f5195e3
ILT
1Thu Aug 12 11:24:42 1993 Ian Lance Taylor (ian@cygnus.com)
2
3 * ecoff.h: Moved MIPS reloc definitions from here...
4 * mips.h: to here.
5
045f6b66
ILT
6Tue Aug 3 11:17:53 1993 Ian Lance Taylor (ian@cygnus.com)
7
2f5195e3
ILT
8 * alpha.h: Corrected external symbolic debugging structures to
9 match actual usage.
10 * internal.h (internal_filehdr, internal_aouthdr,
11 internal_scnhdr): Changed type of some fields to bfd_vma so they
12 can hold 64 bits.
13 * sym.h (HDRR, FDR, PDR, EXTR): Likewise.
14 (PDR): Added new fields found on Alpha.
15 * symconst.h (magicSym2): Define; new value found on Alpha.
16
045f6b66
ILT
17 * ecoff.h: New file.
18 * alpha.h, mips.h: Moved common information into ecoff.h. Moved
19 external structure definitions in from ecoff-ext.h.
20 * ecoff-ext.h: Removed; information now in alpha.h and mips.h.
21
22Sun Jul 18 21:43:59 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23
24 * i386.h: Recognize I386PTXMAGIC.
25
dea7d757
ILT
26Fri Jul 16 09:54:35 1993 Ian Lance Taylor (ian@cygnus.com)
27
28 * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.
29
96b4ced1
ILT
30Thu Jul 15 12:23:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31
e58bd252 32 * m88k.h (union external_auxent): Move x_fcn back inside x_fcnary.
96b4ced1
ILT
33 ({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly.
34
62648c5a
JK
35Sun Jul 11 18:00:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
36
37 * m68k.h: Define MC68KBCSMAGIC.
38
39Thu Jun 10 11:46:28 1993 Ian Lance Taylor (ian@cygnus.com)
40
41 * mips.h (_INIT, STYP_MIPS_INIT): Define (used on Irix4).
42 (STYP_OTHER_LOAD): Define as STYP_MIPS_INIT.
43
a434bccf
ILT
44Wed Jun 9 15:09:09 1993 Ian Lance Taylor (ian@cygnus.com)
45
46 * mips.h (OMAGIC): Define.
47
48Mon Apr 26 18:04:47 1993 Steve Chamberlain (sac@thepub.cygnus.com)
49
50 * internal.h, sh.h: Support for SH.
51
52Sat Apr 24 21:34:59 1993 Jim Kingdon (kingdon@cygnus.com)
53
54 * a29k.h: Define _LIT.
55
5f8f6d56
SC
56Fri Apr 23 18:41:23 1993 Steve Chamberlain (sac@thepub.cygnus.com)
57
58 * alpha.h: New file.
59
60Thu Apr 8 12:36:34 1993 Ian Lance Taylor (ian@cygnus.com)
61
62 * internal.h (C_SHADOW, C_VERSION): Copied in from m88k.h.
63 * m88k.h, i386.h, we32k.h: Don't define all the storage classes;
64 they're already in internal.h.
65
2cf90c44
JK
66Wed Apr 7 11:51:24 1993 Jim Kingdon (kingdon@cygnus.com)
67
68 * internal.h: Change n_sclass to unsigned char.
69 Change C_EFCN to 0xff, change RS/6000 dbx symbols
70 to no longer be signed.
71
72Fri Mar 19 14:52:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
73
74 * internal.h: Add H8/500 reloc types.
75
8b4a5faf
ILT
76Wed Mar 17 09:46:03 1993 Ian Lance Taylor (ian@cygnus.com)
77
78 * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches of
79 conditional expression.
80
81Thu Mar 4 14:12:06 1993 Ian Lance Taylor (ian@cygnus.com)
82
83 * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.
84 (AUX_PUT_*): New macros corresponding to the AUX_GET macros.
85 (ecoff_swap_tir_out): Added prototype.
86
87 * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these
88 are needed to interpret gcc debugging output.
89
90Tue Feb 9 07:43:27 1993 Ian Lance Taylor (ian@cygnus.com)
91
92 * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed
93 more definitions duplicated in internal.h.
94
95Wed Feb 3 09:18:24 1993 Ian Lance Taylor (ian@cygnus.com)
96
97 * mips.h (RELOC_BITS3_TYPE_*): Correct for big endian machines.
98
62aaa2e7
ILT
99Mon Jan 25 11:35:51 1993 Ian Lance Taylor (ian@cygnus.com)
100
101 * internal.h (internal_aouthdr): Added additional fields used only
102 by MIPS ECOFF.
103
104Thu Jan 21 10:28:38 1993 Ian Lance Taylor (ian@cygnus.com)
105
106 * mips.h (AOUTHDR): Added additional fields used by ECOFF.
107
ee3e0efb
ILT
108Tue Jan 19 12:21:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
109
62aaa2e7
ILT
110 * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
111 duplicated in internal.h.
112
ee3e0efb
ILT
113 * mips.h (RELOC_SECTION_*, ECOFF_R_*): Defined constants for ECOFF
114 relocs.
115
9dcfbb67
ILT
116Fri Jan 15 18:17:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
117
118 * ecoff-ext.h: Added prototypes for new ECOFF swapping functions.
119 (opt_ext): New structure.
120 * mips.h (ZMAGIC): Defined to be 0413.
121 (_LIB): Defined to be ".lib"
122 (external_reloc): MIPS ECOFF relocs are only 8 bytes. Added
123 macros to aid in swapping.
124
57115f09
ILT
125Fri Jan 8 16:19:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
126
127 * ecoff-ext.h: Added prototypes for ECOFF swapping functions.
128 * internal.h (internal_scnhdr): Always provide s_align field, not
129 just on i960.
130 (internal_reloc): Always provide r_size field, not just on
131 RS/6000.
132 * mips.h (_RDATA, _SDATA, _SBSS, _LIT4, _LIT8, STYP_RDATA,
133 STYP_SDATA, STYP_SBSS, STYP_LIT4, STYP_LIT8): Defined.
134 (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB,
135 STABS_SYMBOL): Moved in from gdb/mipsread.c.
136
137Wed Jan 6 14:01:46 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
138
139 * i386.h, we32k.h: removed STYP_* defines, since they duplicated
140 those in internal.h.
141
142Tue Dec 29 15:40:07 1992 Ian Lance Taylor (ian@cygnus.com)
143
144 * i386.h: define I386AIXMAGIC for Danbury AIX PS/2 compiler.
145
146Sat Dec 12 16:07:57 1992 Ian Lance Taylor (ian@cygnus.com)
147
148 * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they
149 are defined in internal.h.
150
151Thu Nov 12 09:52:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)
152
153 * internal.h: (internal_reloc): r_offset is now a long.
154 * z8k.h: slight comment enhancement
155
156Wed Sep 30 07:46:08 1992 Steve Chamberlain (sac@thepub.cygnus.com)
157
158 * internal.h: changed z8k reloc types
159
160Fri Aug 28 10:16:31 1992 Brendan Kehoe (brendan@cygnus.com)
161
162 * we32k.h: new file
163
6697a1a9
BK
164Thu Aug 27 13:00:01 1992 Brendan Kehoe (brendan@cygnus.com)
165
166 * symconst.h: comment out cruft at the end of #endif
167
eaa0f4f8
SC
168Tue Aug 25 15:06:49 1992 Steve Chamberlain (sac@thepub.cygnus.com)
169
6697a1a9
BK
170 * internal.h: added #define for STYP_LIT, removed from a29k and
171 h8300.
172
eaa0f4f8
SC
173 * z8k.h: added z8000 support
174
175Thu Jul 16 16:32:00 1992 Steve Chamberlain (sac@thepub.cygnus.com)
176
177 * internal.h: added R_RELLONG_NEG reloc type
178
179Fri Jun 12 20:11:04 1992 John Gilmore (gnu at cygnus.com)
180
181 * symconst.h: Fix unterminated comment.
182
b5adcbd0
SC
183Wed Jun 10 07:57:49 1992 Steve Chamberlain (sac@thepub.cygnus.com)
184
185 * i386.h: a.out magic numbers from
186 mohring@informatik.tu-muenchen.de
187
6b6cc3fd
JG
188Mon Jun 8 20:13:33 1992 John Gilmore (gnu at cygnus.com)
189
190 * ecoff-ext.h, mips.h: Use unsigned chars everywhere.
191 (Suggested by Antti Miettinen.)
192
193Tue Apr 14 15:18:44 1992 John Gilmore (gnu at cygnus.com)
194
195 * sym.h: Add comments.
196 * symconst.h: Merge with Fred's changes.
197
f0e8711d
FF
198Tue Apr 14 14:30:05 1992 Fred Fish (fnf@cygnus.com)
199
200 * symconst.h: Pick up SGI defines for stStruct, stUnion, stEnum,
201 langCplusplus, and langCplusplusV2.
202
203Thu Apr 2 19:47:43 1992 John Gilmore (gnu at cygnus.com)
204
205 * sym.h, symconst.h: MIPS has provided redistributable versions
206 of these files. Thanks!
207 * ecoff-ext.h: Add weakext bit to match new sym.h.
208
209Fri Mar 6 00:10:46 1992 John Gilmore (gnu at cygnus.com)
210
211 * ecoff-ext.h: Add relative file descriptors.
212
213Thu Feb 27 11:53:04 1992 John Gilmore (gnu at cygnus.com)
214
215 * ecoff-ext.h: New file for external (in-file) form of ecoff
216 symbol structures.
217
218Thu Feb 6 11:33:32 1992 Steve Chamberlain (sac at rtl.cygnus.com)
219
220 * h8300.h: made the external_lineno l_lnno field 4 bytes wide.
221 andded GET/PUT_LINENO_LNNO macros
222
223Sat Nov 30 20:38:35 1991 Steve Chamberlain (sac at rtl.cygnus.com)
224
225 * ChangeLog, a29k.h, h8300.h, i386.h, i960.h, internal.h, m68k.h,
226 m88k.h, mips.h, rs6000.h: move from above coff-<foo>.h
227
228
229
230
This page took 0.065925 seconds and 4 git commands to generate.