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