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