]>
Commit | Line | Data |
---|---|---|
b34976b6 AM |
1 | 2002-11-30 Alan Modra <[email protected]> |
2 | ||
3 | * ecoff.h: Replace boolean with bfd_boolean. | |
4 | * xcoff.h: Likewise. | |
5 | ||
eb1e0e80 NC |
6 | 2002-03-18 Tom Rix <[email protected]> |
7 | ||
8 | * rs6k64.h: Add U64_TOCMAGIC, AIX 5 64 bit magic number. | |
9 | ||
3e36d993 TR |
10 | 2002-02-01 Tom Rix <[email protected]> |
11 | ||
12 | * xcoff.h: Conditionally support <aiaff> for pre AIX 4.3. | |
13 | ||
3b16e843 NC |
14 | 2002-01-31 Ivan Guzvinec <[email protected]> |
15 | ||
16 | * or32.h: New file. | |
17 | ||
2fff1126 TR |
18 | 2001-12-24 Tom Rix <[email protected]> |
19 | ||
20 | * xcoff.h (xcoff_big_format_p): Make <bigaf> the default archive | |
21 | format. | |
22 | (XCOFFARMAG_ELEMENT_SIZE, XCOFFARMAGBIG_ELEMENT_SIZE): Define for | |
23 | archive header ascii elements. | |
24 | ||
f94cac65 TR |
25 | 2001-12-17 Tom Rix <[email protected]> |
26 | ||
67fdeebe | 27 | * xcoff.h : Add .except and .typchk section string and styp flags. |
f94cac65 TR |
28 | Fix xcoff_big_format_p macro. |
29 | ||
54c95892 TR |
30 | 2001-12-16 Tom Rix <[email protected]> |
31 | ||
32 | * xcoff.h : Clean up formatting. | |
33 | ||
3b16e843 NC |
34 | 2002-01-15 Richard Earnshaw <[email protected]> |
35 | ||
36 | * arm.h (F_VFP_FLOAT): Define. | |
37 | ||
6e917903 TW |
38 | 2001-11-11 Timothy Wall <[email protected]> |
39 | ||
40 | * ti.h: Move arch-specific stuff from here... | |
41 | (COFF_ADJUST_SYM_IN/OUT): Optionally put page flag into symbol | |
42 | value. | |
43 | * tic54x.h: ...to here. | |
44 | ||
a9306dbd NC |
45 | 2001-10-26 Christian Groessler <[email protected]> |
46 | ||
47 | * external.h (GET_LINENO_LNNO): Fix usage of H_GET_32/16. | |
48 | (PUT_LINENO_LNNO): Likewise with H_PUT_32/16. | |
49 | ||
1e738b87 NC |
50 | 2001-09-21 Nick Clifton <[email protected]> |
51 | ||
52 | * ti.h (GET_SCNHDR_PAGE): Fix compile time warning. | |
53 | ||
2eda3bbc AM |
54 | 2001-09-18 Alan Modra <[email protected]> |
55 | ||
56 | * external.h (GET_LINENO_LNNO): Use H_GET_32/16. | |
57 | (PUT_LINENO_LNNO): Use H_PUT_32/16. | |
58 | * m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC, | |
59 | GET_SCN_NLINNO): Use H_GET_32. | |
60 | (PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO): | |
61 | Use H_PUT_32. | |
62 | * ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout. | |
63 | * xcoff.h: White space changes. | |
64 | ||
1fdf0249 TR |
65 | 2001-09-05 Tom Rix <[email protected]> |
66 | ||
67 | * xcoff.h : Add XCOFF_SYSCALL32 and XCOFF_SYSCALL64 hash table flags. | |
68 | ||
d3a5039f AJ |
69 | 2001-08-27 Andreas Jaeger <[email protected]> |
70 | ||
71 | * xcoff.h (struct __rtinit): Make proper prototype for rtl. | |
72 | ||
d586919e JR |
73 | Fri Aug 24 01:18:51 2001 J"orn Rennecke <[email protected]> |
74 | ||
75 | * internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix. | |
76 | ||
3dd657b1 TR |
77 | 2001-04-05 Tom Rix <[email protected]> |
78 | ||
79 | * rs6000.h : move xcoff32 external structures from xcofflink. | |
80 | * rs6k64.h : move xcoff64 external structures from xcofflink. | |
81 | * internal.h : promote 32 bit structure elements to 64 bit | |
82 | for xcoff64 support | |
83 | * xcoff.h : New file. | |
84 | ||
e3806b37 NC |
85 | 2001-03-23 Nick Clifton <[email protected]> |
86 | ||
87 | * a29k.h: Fix compile time warning. | |
88 | * external.h: Fix compile time warning. | |
89 | * m88k.h: Fix compile time warning. | |
90 | ||
4f1d9bd8 NC |
91 | 2001-03-13 Nick Clifton <[email protected]> |
92 | ||
93 | * external.h: New file. Common structure definitions found in | |
94 | other COFF header files. | |
120aa76a NC |
95 | |
96 | * a29k.h: Use external.h. | |
97 | * apollo.h: Use external.h. | |
98 | * arm.h: Use external.h. | |
99 | * h8300.h: Use external.h. | |
100 | * h8500.h: Use external.h. | |
101 | * i386.h: Use external.h. | |
102 | * i860.h: Use external.h. | |
103 | * ia64.h: Use external.h. | |
104 | * m68k.h: Use external.h. | |
105 | * m88k.h: Use external.h. | |
106 | * mcore.h: Use external.h. | |
107 | * mips.h: Use external.h. | |
108 | * mipspe.h: Use external.h. | |
109 | * powerpc.h: Use external.h. | |
110 | * rs6000.h: Use external.h. | |
111 | * rs6k64.h: Use external.h. | |
112 | * sh.h: Use external.h. | |
113 | * sparc.h: Use external.h. | |
114 | * tic30.h: Use external.h. | |
115 | * tic80.h: Use external.h. | |
116 | * w65.h: Use external.h. | |
117 | * we32k.h: Use external.h. | |
118 | * z8k.h: Use external.h. | |
4f1d9bd8 | 119 | |
c9430732 DD |
120 | 2001-02-09 David Mosberger <[email protected]> |
121 | ||
122 | * pe.h (PEPAOUTSZ): Rename from PEP64AOUTSZ. | |
123 | Rename from PEPAOUTHDR. | |
124 | ||
98536290 L |
125 | 2001-01-23 H.J. Lu <[email protected]> |
126 | ||
4f1d9bd8 | 127 | * pe.h (struct external_PEI_DOS_hdr): New. |
98536290 L |
128 | (struct external_PEI_IMAGE_hdr): New. |
129 | ||
d58c3cb8 AM |
130 | 2000-12-11 Alan Modra <[email protected]> |
131 | ||
132 | * ti.h (OCTETS_PER_BYTE_POWER): Change #warning to #error. | |
133 | ||
0aec643b AM |
134 | 2000-12-08 Alan Modra <[email protected]> |
135 | ||
d58c3cb8 | 136 | * ti.h (OCTETS_PER_BYTE_POWER): Change #warn to #warning. |
0aec643b | 137 | |
d155c6ea NC |
138 | 2000-06-30 DJ Delorie <[email protected]> |
139 | ||
140 | * pe.h: Clarify a comment. | |
141 | ||
4f1d9bd8 NC |
142 | 2000-05-05 Clinton Popetz <[email protected]> |
143 | ||
144 | * rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC. | |
145 | ||
146 | 2000-04-24 Clinton Popetz <[email protected]> | |
147 | ||
148 | * rs6k64.h: New file. | |
149 | ||
b9af77f5 TW |
150 | 2000-04-17 Timothy Wall <[email protected]> |
151 | ||
152 | * ti.h: Load page cleanup. | |
153 | * intental.h: Add load page field. | |
154 | ||
63fa1674 JW |
155 | Mon Apr 17 16:44:01 2000 David Mosberger <[email protected]> |
156 | ||
157 | * pe.h (PEP64AOUTHDR): New header for PE+. | |
158 | (PEP64AOUTSZ): New macro. | |
159 | (IMAGE_SUBSYSTEM_UNKNOWN): New macro. | |
160 | (IMAGE_SUBSYSTEM_NATIVE): Ditto. | |
161 | (IMAGE_SUBSYSTEM_WINDOWS_GUI): Ditto. | |
162 | (IMAGE_SUBSYSTEM_WINDOWS_CUI): Ditto. | |
163 | (IMAGE_SUBSYSTEM_POSIX_CUI): Ditto. | |
164 | (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): Ditto. | |
165 | (IMAGE_SUBSYSTEM_EFI_APPLICATION): Ditto. | |
166 | (IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER): Ditto. | |
167 | (IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER): Ditto. | |
168 | * internal.h (PE_DEF_FILE_ALIGNMENT): Define only if not defined | |
169 | already. | |
170 | * ia64.h: New file. | |
171 | ||
fc633e5b AM |
172 | 2000-04-13 Alan Modra <[email protected]> |
173 | ||
174 | * ti.h (ADDR_MASK): Don't use ul suffix on constants. | |
175 | (PG_MASK): Ditto. | |
176 | ||
4af1d5f6 TW |
177 | 2000-04-11 Timothy Wall <[email protected]> |
178 | ||
179 | * ti.h: Remove load page references until load pages are | |
180 | reimplemented. | |
181 | * tic54x.h: Ditto. | |
182 | ||
81635ce4 TW |
183 | 2000-04-07 Timothy Wall <[email protected]> |
184 | ||
185 | * internal.h: Fix some comments related to TI COFF (instead of tic80). | |
186 | * ti.h: New. | |
187 | * tic54x.h: New. | |
188 | ||
015551fc JR |
189 | Wed Apr 5 22:08:41 2000 J"orn Rennecke <[email protected]> |
190 | ||
191 | * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): Define. | |
192 | ||
310905c5 JL |
193 | 2000-03-15 Kazu Hirata <[email protected]> |
194 | ||
195 | * internal.h: Fix a typo in the comment for R_MOVL2. | |
196 | ||
5e671ea1 NC |
197 | 2000-02-28 Nick Clifton <[email protected]> |
198 | ||
199 | * mipspe.h (MIPS_PE_MAGIC): Define. | |
200 | * sh.h (SH_PE_MAGIC): Define. | |
201 | ||
056350c6 NC |
202 | 2000-02-22 Nick Clifton <[email protected]> DJ Delorie <[email protected]> |
203 | ||
204 | * sh.h: Add Windows CE definitions. | |
205 | * arm.h: Add Windows CE definitions. | |
206 | * mipspe.h: New file: Windows CE definitions for MIPS. | |
207 | * pe.h: Add constants for ILF support. | |
208 | ||
cbaede9c NC |
209 | 2000-01-05 Nick Clifton <[email protected]> |
210 | ||
211 | * pe.h: Fix formatting of comments. | |
212 | (IMAGE_FILE_AGGRESSIVE_WS_TRIM): Define. | |
213 | (IMAGE_FILE_LARGE_ADDRESS_AWARE): Define. | |
214 | (IMAGE_FILE_16BIT_MACHINE): Define. | |
215 | (IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP): Define. | |
216 | (IMAGE_FILE_UP_SYSTEM_ONLY): Define. | |
217 | (IMAGE_FILE_MACHINE_UNKNOWN): Define. | |
218 | (IMAGE_FILE_MACHINE_ALPHA): Define. | |
219 | (IMAGE_FILE_MACHINE_ALPHA64): Define. | |
220 | (IMAGE_FILE_MACHINE_I386): Define. | |
221 | (IMAGE_FILE_MACHINE_IA64): Define. | |
222 | (IMAGE_FILE_MACHINE_M68K): Define. | |
223 | (IMAGE_FILE_MACHINE_MIPS16): Define. | |
224 | (IMAGE_FILE_MACHINE_MIPSFPU): Define. | |
225 | (IMAGE_FILE_MACHINE_MIPSFPU16): Define. | |
226 | (IMAGE_FILE_MACHINE_POWERPC): Define. | |
227 | (IMAGE_FILE_MACHINE_R3000): Define. | |
228 | (IMAGE_FILE_MACHINE_R4000): Define. | |
229 | (IMAGE_FILE_MACHINE_R10000): Define. | |
230 | (IMAGE_FILE_MACHINE_SH3): Define. | |
231 | (IMAGE_FILE_MACHINE_SH4): Define. | |
232 | (IMAGE_FILE_MACHINE_THUMB): Define. | |
233 | ||
26642729 AM |
234 | 1999-09-20 Alan Modra <[email protected]> |
235 | ||
236 | * internal.h: Delete bogus R_PCLONG, duplicate R_RELBYTE and | |
237 | R_RELWORD, and rewrite some R_* as decimal. | |
238 | ||
25bcc51d ILT |
239 | 1999-09-06 Donn Terry <[email protected]> |
240 | ||
241 | * internal.h (DTYPE): Define. | |
242 | * pe.h (struct external_PEI_filehdr): Rename from | |
243 | external_PE_filehdr. Define even if COFF_IMAGE_WITH_PE is not | |
244 | defined. | |
245 | ||
c2c594b8 NC |
246 | 1999-07-17 Nick Clifton <[email protected]> |
247 | ||
248 | * arm.h (F_SOFT_FLOAT): Rename from F_SOFTFLOAT. | |
249 | ||
db688e87 NC |
250 | 1999-06-21 Philip Blundell <[email protected]> |
251 | ||
252 | * arm.h (F_SOFTFLOAT): Define. | |
253 | ||
849a0ebf NC |
254 | 1999-07-05 Nick Clifton <[email protected]> |
255 | ||
256 | * arm.h (F_ARM_5): Define. | |
257 | ||
c6e94b27 RH |
258 | Wed Jun 2 18:08:18 1999 Richard Henderson <[email protected]> |
259 | ||
260 | * internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New. | |
261 | ||
a74ffb02 NC |
262 | Mon May 17 13:35:35 1999 Stan Cox <[email protected]> |
263 | ||
4f1d9bd8 | 264 | * arm.h (F_PIC, F_ARM_2, F_ARM_2a, F_ARM_3, F_ARM_3M, |
a74ffb02 NC |
265 | F_ARM_4, F_ARM_4T, F_APCS26): Changed values to distinguish |
266 | F_ARM_2a, F_ARM_3M, F_ARM_4T. | |
267 | ||
daa8de75 NC |
268 | 1999-05-15 Nick Clifton <[email protected]> |
269 | ||
270 | * mcore.h (IMAGE_REL_MCORE_RVA): Define. | |
271 | ||
252b5132 RH |
272 | 1999-04-21 Nick Clifton <[email protected]> |
273 | ||
274 | * mcore.h (GET_LINENO_LNNO): New macro. | |
275 | (PUT_LINENO_LNNO): New macro. | |
276 | ||
277 | 1999-04-08 Nick Clifton <[email protected]> | |
278 | ||
3442f309 | 279 | * mcore.h: New header file. Defines for Motorola's MCore |
252b5132 RH |
280 | processor. |
281 | ||
282 | Sun Dec 6 21:36:37 1998 Mark Elbrecht <[email protected]> | |
283 | ||
284 | * internal.h (C_WEAKEXT): Define. | |
285 | ||
286 | Wed Jan 27 13:35:35 1999 Stan Cox <[email protected]> | |
287 | ||
4f1d9bd8 | 288 | * arm.h (F_PIC_INT, F_ARM_2, F_ARM_3, F_ARM_4, F_APCS26): |
252b5132 RH |
289 | Changed values to avoid clashing with IMAGE_FILE_* coff header |
290 | flag values. | |
291 | ||
292 | Wed Apr 1 16:06:15 1998 Nick Clifton <[email protected]> | |
293 | ||
294 | * internal.h: Document numbers associated with Thumb symbol | |
295 | types. | |
296 | ||
297 | Fri Mar 27 17:16:57 1998 Ian Lance Taylor <[email protected]> | |
298 | ||
299 | * internal.h (ISPTR, ISFCN, ISARY): Add casts to unsigned long. | |
300 | ||
301 | Mon Feb 2 17:10:38 1998 Steve Haworth <[email protected]> | |
302 | ||
303 | * tic30.h: New file. | |
304 | ||
305 | Fri Dec 12 11:49:07 1997 Fred Fish <[email protected]> | |
306 | ||
307 | * tic80.h (R_MPPCR15W): New relocation type, for 15 bit PC relative | |
308 | offsets. | |
309 | ||
310 | Tue Dec 2 10:21:40 1997 Nick Clifton <[email protected]> | |
311 | ||
312 | * arm.h (COFFARM): New define. | |
313 | ||
4f1d9bd8 NC |
314 | Mon Dec 1 20:24:18 1997 J"orn Rennecke <[email protected]> |
315 | ||
316 | * sh.h (R_SH_SWITCH8): New. | |
317 | ||
252b5132 RH |
318 | Sat Nov 22 15:10:14 1997 Nick Clifton <[email protected]> |
319 | ||
320 | * internal.h (C_THUMBEXTFUNC, C_THUMBSTATFUNC): Constants to | |
321 | define static and external functions. | |
322 | ||
323 | * arm.h: Add bits to support PIC and APCS-FLOAT type binaries, | |
324 | when implemented. | |
325 | ||
326 | Fri Oct 3 14:25:17 1997 Fred Fish <[email protected]> | |
327 | ||
328 | * tic80.h (R_PPL16B): Make constant uppercase for consistency. | |
329 | ||
330 | Tue Jul 22 18:18:58 1997 Robert Hoehne <[email protected]> | |
331 | ||
332 | * go32exe.h: New file. | |
333 | ||
334 | Tue Jul 8 12:23:55 1997 Fred Fish <[email protected]> | |
335 | ||
336 | * tic80.h (TIC80_TARGET_ID): Add define. | |
337 | * internal.h (struct internal_filehdr): Add f_target_id field. | |
338 | ||
339 | Tue Jun 3 16:44:18 1997 Nick Clifton <[email protected]> | |
340 | ||
341 | * internal.h: Add storage classes for Thumb symbols | |
342 | ||
343 | Mon May 26 14:07:55 1997 Ian Lance Taylor <[email protected]> | |
344 | ||
345 | * tic80.h (R_PPL16B): Correct value. | |
346 | ||
4f1d9bd8 NC |
347 | Tue May 13 10:21:14 1997 Nick Clifton <[email protected]> |
348 | ||
349 | * arm.h (constants): Added new flag bits F_APCS_26 and | |
350 | F_APCS_SET for the f_flags field of the filehdr structure. Added new | |
351 | flags: F_APCS26, F_ARM_2, F_ARM_3, F_ARM_7, F_ARM_7T to store | |
352 | information in the flags field of the internal_f structure used by BFD | |
353 | routines. | |
354 | ||
252b5132 RH |
355 | Sat May 3 08:24:59 1997 Fred Fish <[email protected]> |
356 | ||
357 | * internal.h (C_UEXT, C_STATLAB, C_EXTLAB, C_SYSTEM): | |
358 | New storage classes for TIc80. | |
359 | ||
360 | Fri Apr 18 11:52:55 1997 Niklas Hallqvist <[email protected]> | |
361 | ||
362 | * alpha.h (ALPHA_ECOFF_BADMAG): Recognize *BSD/alpha magic too. | |
363 | (ALPHA_R_LITERALSLEAZY): Define. | |
364 | * ecoff.h (ALPHA_MAGIC_BSD): Define. | |
365 | ||
366 | Wed Jan 29 11:31:51 1997 Ian Lance Taylor <[email protected]> | |
367 | ||
368 | * i960.h (R_IPR13, R_ALIGN): Define. | |
369 | ||
370 | Mon Jan 27 13:34:30 1997 Ian Lance Taylor <[email protected]> | |
371 | ||
372 | * internal.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): Move definitions | |
373 | from here... | |
374 | * i960.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): ...to here. | |
375 | ||
376 | Wed Jan 22 20:10:47 1997 Fred Fish <[email protected]> | |
377 | ||
378 | * tic80.h (TIC80MAGIC): Renamed to TIC80_AOUTHDR_MAGIC. | |
379 | ||
380 | Fri Dec 27 22:05:45 1996 Fred Fish <[email protected]> | |
381 | ||
382 | * tic80.h: New file for TIc80 support. | |
383 | ||
384 | Thu Dec 19 16:18:11 1996 Ian Lance Taylor <[email protected]> | |
385 | ||
386 | * arm.h (_LIT): Define. | |
387 | ||
388 | Fri Jun 28 12:54:38 1996 Ian Lance Taylor <[email protected]> | |
389 | ||
390 | * pe.h (FILHSZ): Define. | |
391 | ||
392 | Wed Jun 26 16:24:26 1996 Ian Lance Taylor <[email protected]> | |
393 | ||
394 | * All files: Define FILHSZ, AOUTSZ, AOUTHDRSZ, SCNHSZ, SYMESZ, | |
395 | AUXESZ, LINESZ, RELSZ as numeric constants rather than uses of | |
396 | sizeof. Define AOUTHDRSZ in all files. | |
397 | * pe.h (AOUTSZ): Define by adding to AOUTHDRSZ. | |
398 | ||
399 | Fri Jun 21 11:17:46 1996 Richard Henderson <[email protected]> | |
400 | ||
401 | * alpha.h: Add declarations for relocation types added for Alpha | |
402 | OSF/1 3.0. | |
403 | ||
404 | Tue Jun 18 16:04:29 1996 Jeffrey A. Law <[email protected]> | |
405 | ||
406 | * h8300.h (H8300SMAGIC): Define. | |
407 | (H8300SBADMAG): Define. | |
408 | ||
409 | Mon Jun 10 11:53:28 1996 Jeffrey A Law ([email protected]) | |
410 | ||
411 | * internal.h (R_BCC_INV, R_JMP_DEL): New relocations for | |
412 | relaxing in the H8/300 series. | |
413 | ||
414 | Thu May 16 15:49:22 1996 Ian Lance Taylor <[email protected]> | |
415 | ||
416 | * sh.h (R_SH_CODE, R_SH_DATA, R_SH_LABEL): Define. | |
417 | ||
418 | Tue May 7 00:36:39 1996 Jeffrey A Law ([email protected]) | |
419 | ||
420 | * internal.h (R_JMPL2): Renamed from R_JMPL_B8 to be | |
421 | consistent with other similar relocs. | |
422 | ||
423 | * internal.h (H8/300 specific relocs): Add comments better | |
424 | explaining what each reloc is used for. | |
425 | (R_MOV16B1, R_MOV16B2): Renamed from R_MOVB1 and R_MOVB2. | |
426 | (R_MOV24B1, R_MOV24B2): Renamed from R_MOVLB1 and R_MOVLB2. | |
427 | (R_MOVL1, R_MOVL2): New relocs. | |
428 | ||
429 | Fri May 3 13:01:12 1996 Jeffrey A Law ([email protected]) | |
430 | ||
431 | * internal.h (R_PCRWORD_B): Define for the h8300 relaxing | |
432 | linker. | |
433 | ||
434 | Wed May 1 19:21:03 1996 Ian Lance Taylor <[email protected]> | |
435 | ||
436 | * internal.h (SCNNMLEN): Define. | |
437 | (struct internal_scnhdr): Use SCNNMLEN for s_name field. | |
438 | ||
439 | Fri Mar 29 13:41:25 1996 Ian Lance Taylor <[email protected]> | |
440 | ||
441 | * pe.h: Define IMAGE_COMDAT codes. | |
442 | ||
443 | Wed Mar 27 17:29:42 1996 Ian Lance Taylor <[email protected]> | |
444 | ||
445 | * arm.h (union external_auxent): Add x_checksum, x_associated, and | |
446 | x_comdat fields to x_scn struct. | |
447 | * i386.h (union external_auxent): Likewise. | |
448 | * powerpc.h (union external_auxent): Likewise. | |
449 | * internal.h (union internal_auxent): Likewise. | |
450 | ||
451 | Thu Mar 21 16:25:57 1996 David Mosberger-Tang <[email protected]> | |
452 | ||
453 | * ecoff.h (struct ecoff_find_line): Add caching fields. | |
454 | ||
455 | Thu Mar 14 15:22:44 1996 Jeffrey A Law ([email protected]) | |
456 | ||
457 | * internal.h (R_MEM_INDIRECT): New reloc for the h8300. | |
458 | ||
459 | Fri Feb 9 10:44:11 1996 Ian Lance Taylor <[email protected]> | |
460 | ||
461 | * aux-coff.h: Rename from aux.h, to avoid problems on hapless DOS | |
462 | systems which think that aux is a com port. | |
463 | ||
464 | Mon Feb 5 18:35:00 1996 Ian Lance Taylor <[email protected]> | |
465 | ||
466 | * i960.h (F_I960HX): Define. | |
467 | ||
468 | Wed Jan 31 13:11:54 1996 Richard Henderson <[email protected]> | |
469 | ||
470 | * aux.h: New file. | |
471 | * internal.h, m68k.h: Protect against multiple inclusion. | |
472 | ||
473 | Wed Nov 22 13:48:39 1995 Ian Lance Taylor <[email protected]> | |
474 | ||
475 | * ecoff.h (_RCONST, STYP_RCONST, RELOC_SECTION_RCONST): Define. | |
476 | (NUM_RELOC_SECTIONS): Update. | |
477 | * symconst.h (scRConst): Define. | |
478 | ||
479 | Tue Nov 14 18:54:29 1995 Ian Lance Taylor <[email protected]> | |
480 | ||
481 | * internal.h (C_NT_WEAK): Define. | |
482 | ||
483 | Thu Nov 9 14:08:30 1995 Ian Lance Taylor <[email protected]> | |
484 | ||
485 | * rs6000.h (STYP_OVRFLO): Define. | |
486 | ||
487 | Tue Nov 7 14:38:45 1995 Kim Knuttila <[email protected]> | |
488 | ||
4f1d9bd8 NC |
489 | * powerpc.h (IMAGE_NT_OPTIONAL_HDR_MAGIC): Added define. |
490 | * pe.h: Added defines for file level flags | |
252b5132 RH |
491 | |
492 | Mon Nov 6 17:28:01 1995 Harry Dolan <[email protected]> | |
493 | ||
494 | * i860.h: New file, based on i386.h. | |
495 | ||
496 | Wed Nov 1 15:25:18 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <[email protected]> | |
497 | ||
498 | * m68k.h (PAGEMAGICEXECSWAPPED): Define. | |
499 | (PAGEMAGICPEXECSWAPPED): Define. | |
500 | (PAGEMAGICPEXECTSHLIB): Define. | |
501 | (PAGEMAGICPEXECPAGED): Define. | |
502 | (_COMMENT): DEFINE. | |
503 | * m88k.h (_COMMENT): Define. | |
504 | ||
505 | Wed Oct 18 18:36:19 1995 Geoffrey Noer <[email protected]> | |
506 | ||
507 | * sym.h: #if 0'd out runtime_pdr struct because it chokes | |
508 | Visual C++ and there aren't any references to it elsewhere in gdb. | |
509 | ||
510 | Mon Oct 16 11:12:24 1995 Ian Lance Taylor <[email protected]> | |
511 | ||
512 | * rs6000.h (SMALL_AOUTSZ): Define. | |
513 | ||
514 | * internal.h (XMC_TD): Define. | |
515 | ||
516 | Tue Oct 10 18:41:03 1995 Ian Lance Taylor <[email protected]> | |
517 | ||
518 | * internal.h (struct internal_aouthdr): Add o_cputype field. | |
519 | * rs6000.h (AOUTHDR): Rename o_resv1 to o_cputype. | |
520 | ||
521 | Mon Oct 9 14:45:46 1995 Ian Lance Taylor <[email protected]> | |
522 | ||
523 | * rs6000.h (AOUTHDR): Add o_maxdata field. Add comments. | |
524 | (_PAD, _LOADER): Define. | |
525 | (STYP_LOADER): Define. | |
526 | * internal.h (struct internal_aouthdr): Add o_maxdata field. | |
527 | ||
528 | Thu Oct 5 10:02:57 1995 Ian Lance Taylor <[email protected]> | |
529 | ||
530 | * ecoff.h: Define section name macros and STYP macros for various | |
531 | Alpha sections: .got, .hash, .dynsym, .dynstr, .rel.dyn, .conflic, | |
532 | .comment, .liblist, .dynamic. | |
533 | ||
534 | Wed Oct 4 10:56:35 1995 Kim Knuttila <[email protected]> | |
535 | ||
536 | * pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here | |
537 | * powerpc.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines | |
538 | Also removed other unused defines (various MAGIC ones) | |
539 | * i386.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines | |
540 | * arm.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines | |
541 | * apollo.h: removed unused DEFAULT_* defines | |
542 | * alpha.h: removed unused DEFAULT_* defines | |
543 | * h8500.h: removed unused DEFAULT_* defines | |
544 | * h8300.h: removed unused DEFAULT_* defines | |
545 | * i960.h: removed unused DEFAULT_* defines | |
546 | * m88k.h: removed unused DEFAULT_* defines | |
547 | * we32k.h: removed unused DEFAULT_* defines | |
548 | * rs6000.h: removed unused DEFAULT_* defines | |
549 | * mips.h: removed unused DEFAULT_* defines | |
550 | * m68k.h: removed unused DEFAULT_* defines | |
551 | * z8k.h: removed unused DEFAULT_* defines | |
552 | * w65.h: removed unused DEFAULT_* defines | |
553 | * sparc.h: removed unused DEFAULT_* defines | |
554 | * sh.h: removed unused DEFAULT_* defines | |
555 | ||
556 | Fri Sep 29 08:40:08 1995 Kim Knuttila <[email protected]> | |
557 | ||
558 | * powerpc.h: Reformatted to GNU coding conventions. | |
559 | ||
560 | Wed Sep 27 06:50:50 1995 Kim Knuttila <krk@nellie> | |
561 | ||
562 | * pe.h: added defines for more section characteristics | |
563 | * powerpc.h (new file): base coff definitions for ppc PE | |
564 | ||
565 | Tue Sep 12 12:08:20 1995 Ian Lance Taylor <[email protected]> | |
566 | ||
567 | * internal.h (struct internal_syment): Change n_numaux field from | |
568 | char to unsigned char. | |
569 | ||
570 | Fri Sep 1 15:39:36 1995 Kazumoto Kojima <[email protected]> | |
571 | ||
572 | * mips.h (struct rpdr_ext): Define. | |
573 | ||
574 | Thu Aug 31 16:51:50 1995 steve chamberlain <[email protected]> | |
575 | ||
576 | * internal.h (internal_aouthdr, internal_filehdr): | |
577 | don't indirect the pe stuff. | |
578 | ||
579 | Tue Aug 29 14:16:07 1995 steve chamberlain <[email protected]> | |
580 | ||
581 | * i386.h (NT_DEF_RESERVE, NT_DEF_COMMIT): Make the same | |
582 | as 'the other' compiler. | |
583 | * internal.h (NT_IMAGE_BASE): Deleted. | |
584 | (NT_EXE_IMAGE_BASE, NT_DLL_IMAGE_BASE): New. | |
585 | (PE_DEF_SECTION_ALIGNMENT, PE_DEF_FILE_ALIGNMENT): New. | |
586 | (R_IMAGEBASE): New. | |
587 | ||
588 | Mon Aug 21 18:12:19 1995 steve chamberlain <[email protected]> | |
589 | ||
590 | * internal.h: (internal_filehdr): Moved PE stuff into | |
591 | internal_extra_pe_filehdr. | |
592 | (internal_aouthdr): Moved PE stuff into | |
593 | interanl_extra_pe_aouthdr. | |
594 | ||
595 | Mon Jul 24 14:05:39 1995 Ian Lance Taylor <[email protected]> | |
596 | ||
597 | * internal.h: Move R_SH_* relocs from here... | |
598 | * sh.h: ...to here. | |
599 | (R_SH_SWITCH16, R_SH_SWITCH32): Define. | |
600 | (R_SH_USES, R_SH_COUNT, R_SH_ALIGN): Define. | |
601 | ||
602 | Thu Jun 29 00:04:25 1995 Steve Chamberlain <[email protected]> | |
603 | ||
604 | * internal.h (NT_DEF_RESERVE, NT_DEF_COMMIT): Increase a lot. | |
605 | ||
606 | Tue May 16 15:08:20 1995 Ken Raeburn <[email protected]> | |
607 | ||
608 | * internal.h (NT_subsystem, NT_stack_heap): Delete | |
609 | ||
610 | Tue May 16 15:08:20 1995 Ken Raeburn <[email protected]> | |
611 | ||
612 | * internal.h (NT_subsystem, NT_stack_heap): Now extern. | |
613 | ||
4f1d9bd8 NC |
614 | Sat May 13 10:14:08 1995 Steve Chamberlain <[email protected]> |
615 | ||
616 | * pe.h: New file. | |
617 | * i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT, | |
618 | NT_DEF_RESERVE, NT_DEF_COMMIT): New. | |
619 | * internal.h (internal_filehdr): New fields for PE. | |
620 | (IMAGE_DATA_DIRECTORY): New. | |
621 | (internal_aouthdr): New fields for PE. | |
622 | ||
252b5132 RH |
623 | Tue Feb 14 17:59:37 1995 Ian Lance Taylor <[email protected]> |
624 | ||
625 | * ecoff.h (struct ecoff_fdrtab_entry): Define. | |
626 | (struct ecoff_find_line): Define. | |
627 | ||
628 | Sat Feb 4 14:38:03 1995 David Mosberger-Tang <[email protected]> | |
629 | ||
630 | * sym.h (struct pdr): field "prof" added. | |
631 | ||
632 | * alpha.h (PDR_BITS1_PROF_*): added, macros for PDR_BITS*_RESERVED_* | |
633 | updated accordingly. | |
634 | ||
635 | Sun Jan 15 18:38:33 1995 Steve Chamberlain <sac@splat> | |
636 | ||
637 | * w65.h: New file. | |
638 | ||
639 | Wed Nov 23 22:43:38 1994 Steve Chamberlain ([email protected]) | |
640 | ||
641 | * sh.h (SH_ARCH_MAGIC_BIG, SH_ARCH_MAGIC_LITTLE): New. | |
642 | (SHBADMAG): Changed to suit. | |
643 | ||
644 | Tue Jul 26 17:46:08 1994 Ken Raeburn ([email protected]) | |
645 | ||
646 | * i960.h (F_I960JX): New macro. | |
647 | ||
648 | Wed Jul 6 00:48:57 1994 Peter Schauer ([email protected]) | |
649 | ||
650 | * alpha.h: Add definitions for alpha file header flags, encoding | |
651 | the object type of the file. | |
652 | ||
653 | Mon Jun 20 13:47:01 1994 Ian Lance Taylor ([email protected]) | |
654 | ||
655 | * ecoff.h (ecoff_swap_tir_in): Remove declaration. | |
656 | (ecoff_swap_tir_out): Likewise. | |
657 | (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Likewise. | |
658 | (struct ecoff_debug_swap): Add new fields: swap_tir_in, | |
659 | swap_rndx_in, swap_tir_out, swap_rndx_out, read_debug_info. | |
660 | ||
661 | Sun Jun 12 03:51:52 1994 Peter Schauer ([email protected]) | |
662 | ||
663 | * symconst.h: Pick up SGI define for stIndirect. | |
664 | ||
665 | Fri Apr 22 13:05:28 1994 Ian Lance Taylor ([email protected]) | |
666 | ||
667 | * ecoff.h (REGINFO): Don't define. | |
668 | (struct ecoff_reginfo): Don't define. | |
669 | ||
670 | * sh.h (SH_ARCH_MAGIC): Rename from SHMAGIC. SHMAGIC is used by | |
671 | several targets to mean a shared library. | |
672 | (SHBADMAG): Corresponding change. | |
673 | ||
674 | Thu Apr 14 13:00:53 1994 Ian Lance Taylor ([email protected]) | |
675 | ||
676 | * mips.h (RELOC_BITS3_TYPE_BIG): Changed from 0x1e to 0x3e. | |
677 | (RELOC_BITS3_TYPEHI_LITTLE): Define. | |
678 | (RELOC_BITS3_TYPEHI_SH_LITTLE): Define. | |
679 | (MIPS_R_PCREL16): Change value from 8 to 12 to match Irix 4. | |
680 | (MIPS_R_RELHI): Define. | |
681 | (MIPS_R_RELLO): Define. | |
682 | (MIPS_R_SWITCH): Change value from 9 to 22. | |
683 | ||
684 | Thu Apr 7 14:19:35 1994 Ian Lance Taylor ([email protected]) | |
685 | ||
686 | * mips.h (MIPS_R_SWITCH): Define. | |
687 | ||
688 | Thu Mar 31 19:28:33 1994 Ken Raeburn ([email protected]) | |
689 | ||
690 | * internal.h (internal_aouthdr): Added comments for Apollo fields. | |
691 | ||
692 | Thu Mar 31 16:28:02 1994 Ian Lance Taylor ([email protected]) | |
693 | ||
694 | * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4. | |
695 | ||
696 | Fri Mar 25 17:16:55 1994 Ian Lance Taylor ([email protected]) | |
697 | ||
698 | * ecoff.h (struct ecoff_debug_info): Add adjust field. | |
699 | (struct ecoff_value_adjust): Define. | |
700 | ||
701 | Tue Mar 22 13:22:47 1994 Ian Lance Taylor ([email protected]) | |
702 | ||
703 | * mips.h (MIPS_R_PCREL16): Define. | |
704 | ||
705 | Sat Feb 26 10:26:38 1994 Ian Lance Taylor ([email protected]) | |
706 | ||
707 | * ecoff.h: Add casts to avoid warnings from SVR4 cc. | |
708 | ||
709 | Mon Feb 21 09:48:46 1994 Ian Lance Taylor ([email protected]) | |
710 | ||
711 | * sym.h (struct runtime_pdr): Make field adr bfd_vma, not unsigned | |
712 | long. | |
713 | (SYMR): Make field value bfd_vma, not long. | |
714 | ||
715 | Fri Feb 4 23:35:53 1994 Ian Lance Taylor ([email protected]) | |
716 | ||
717 | * rs6000.h (STYP_DEBUG): Define. | |
718 | ||
719 | Wed Feb 2 14:31:37 1994 Ian Lance Taylor ([email protected]) | |
720 | ||
721 | * internal.h (union internal_auxent): Change x_csect.x_scnlen into | |
722 | a union of a long and a pointer to a symbol. XCOFF sometimes uses | |
723 | this field as a symbol index. | |
724 | ||
725 | Mon Jan 10 23:54:25 1994 Ian Lance Taylor ([email protected]) | |
726 | ||
727 | * ecoff.h (ecoff_debug_info): Remove fields line_end, | |
728 | external_dnr_end, external_pdr_end, external_sym_end, | |
729 | external_opt_end, external_aux_end, ss_end, external_fdr_end. | |
730 | Replace ifdbase with ifdmap. | |
731 | ||
732 | Wed Jan 5 17:05:36 1994 Ken Raeburn ([email protected]) | |
733 | ||
734 | * ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA): | |
735 | Define. | |
736 | ||
737 | Wed Jan 5 16:58:24 1994 Ian Lance Taylor ([email protected]) | |
738 | ||
739 | * ecoff.h (NUM_RELOC_SECTIONS): Define. | |
740 | ||
741 | Tue Dec 21 09:24:56 1993 Ken Raeburn ([email protected]) | |
742 | ||
743 | * sparc.h (struct external_reloc): Rename field r_addend to | |
744 | r_offset. | |
745 | ||
746 | Sat Dec 11 16:12:32 1993 Steve Chamberlain ([email protected]) | |
747 | ||
748 | * internal.h (R_DISP7, R_SH_IMM16): New reloc types. | |
749 | ||
750 | Tue Nov 23 14:23:19 1993 Ian Lance Taylor ([email protected]) | |
751 | ||
752 | * ecoff.h (struct ecoff_debug_swap): Added *_end fields for all | |
753 | the symbolic information pointers. | |
754 | ||
755 | * sym.h: Named the EXTR structure ecoff_extr. | |
756 | ||
757 | Fri Nov 19 08:21:18 1993 Ken Raeburn ([email protected]) | |
758 | ||
759 | * sparc.h (RELSZ): Use correct size. | |
760 | ||
761 | Wed Nov 17 17:18:16 1993 Ian Lance Taylor ([email protected]) | |
762 | ||
763 | * mips.h (struct ecoff_debug_info): Define. | |
764 | ||
765 | Tue Nov 2 17:56:57 1993 Ian Lance Taylor ([email protected]) | |
766 | ||
767 | * ecoff.h (struct ecoff_debug_swap): Define. | |
768 | ||
769 | Thu Oct 28 17:07:50 1993 Stan Shebs ([email protected]) | |
770 | ||
771 | * i386.h (I386LYNXMAGIC): Rename to LYNXCOFFMAGIC. | |
772 | * m68k.h (LYNXCOFFMAGIC): Define. | |
773 | * sparc.h: New file. | |
774 | ||
775 | Tue Oct 19 15:34:50 1993 Ian Lance Taylor ([email protected]) | |
776 | ||
777 | * alpha.h (external_aouthdr): Split four byte padding field into | |
778 | two byte bldrev field and two byte padding field. | |
779 | ||
780 | * ecoff.h (_LITA, _PDATA, _XDATA, STYP_LITA): Defined. | |
781 | ||
782 | Wed Oct 13 15:52:34 1993 Ken Raeburn ([email protected]) | |
783 | ||
784 | Sun Oct 10 17:27:10 1993 Troy Rollo ([email protected]) | |
785 | ||
4f1d9bd8 NC |
786 | * internal.h: Added o_sri, o_inlib and o_vid for Apollos as well |
787 | as R_DIR16. | |
252b5132 | 788 | |
4f1d9bd8 | 789 | * apollo.h: New file |
252b5132 RH |
790 | |
791 | Mon Oct 11 17:16:48 1993 Ian Lance Taylor ([email protected]) | |
792 | ||
793 | * ecoff.h (REGINFO, struct ecoff_reginfo): Define. | |
794 | ||
795 | Tue Oct 5 10:52:53 1993 Jim Kingdon ([email protected]) | |
796 | ||
797 | * rs6000.h: Change non-ASCII characters in comment to octal | |
798 | escapes. | |
799 | ||
800 | Tue Sep 28 03:27:04 1993 Peter Schauer ([email protected]) | |
801 | ||
802 | * ecoff.h (_FINI, STYP_ECOFF_FINI): Add to support .fini section. | |
803 | ||
804 | Fri Sep 24 11:53:53 1993 Ian Lance Taylor ([email protected]) | |
805 | ||
806 | * mips.h (BADMAG): Recognize MIPS_MAGIC_LITTLE3 and MIPS_MAGIC_BIG3. | |
807 | * ecoff.h: Define MIPS_MAGIC_LITTLE3 and MIPS_MAGIC_BIG3. | |
808 | ||
809 | Thu Sep 23 21:07:14 1993 Jim Kingdon ([email protected]) | |
810 | ||
811 | * mips.h (BADMAG): Recognize MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2. | |
812 | * ecoff.h: Define MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2. | |
813 | ||
814 | Thu Sep 16 20:27:21 1993 Jim Kingdon ([email protected]) | |
815 | ||
816 | * sym.h, symconst.h: Add comment stating these files are not part | |
817 | of GDB, GAS, etc. In 1991, when we asked rms whether we could | |
818 | include these files in GDB (although they are copyrighted by | |
819 | someone besides the FSF), he said it was OK if they were not | |
820 | considered part of GDB. | |
821 | ||
822 | Fri Sep 10 17:40:35 1993 Ian Lance Taylor ([email protected]) | |
823 | ||
824 | * ecoff.h (AUX_PUT_ANY): Cast val argument to bfd_vma. | |
825 | ||
826 | * alpha.c (external_aouthdr): Need four bytes of padding between | |
827 | vstamp and tsize. | |
828 | ||
829 | Tue Sep 7 14:20:43 1993 Ian Lance Taylor ([email protected]) | |
830 | ||
831 | * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further | |
832 | change in bfd swapping routine names. | |
833 | ||
834 | Tue Sep 7 10:15:17 1993 Jim Kingdon ([email protected]) | |
835 | ||
836 | * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd | |
837 | changes. | |
838 | ||
839 | Fri Aug 13 14:30:32 1993 Ian Lance Taylor ([email protected]) | |
840 | ||
841 | * ecoff.h (RELOC_SECTION_NONE): Define. | |
842 | ||
843 | Thu Aug 12 11:24:42 1993 Ian Lance Taylor ([email protected]) | |
844 | ||
845 | * alpha.h (struct external_reloc): Add r_symndx field. | |
846 | (RELSZ): Correct. | |
847 | (RELOC_BITS*): Correct. | |
848 | (ALPHA_R_*): Define. | |
849 | * ecoff.h (RELOC_SECTION_{XDATA,PDATA,FINI,LITA,ABS}): Define. | |
850 | (r_extern): Undefine. | |
851 | * internal.h (struct internal_reloc): Make r_vaddr bfd_vma rather | |
852 | than long. Add r_extern field. | |
853 | ||
854 | * alpha.h (PDR_BITS*): Define. | |
855 | * sym.h (PDR): Give correct names to new fields. | |
856 | ||
857 | * ecoff.h: Moved MIPS reloc definitions from here... | |
858 | * mips.h: to here. | |
859 | ||
4f1d9bd8 NC |
860 | Mon Aug 2 16:37:14 1993 Stu Grossman (grossman at cygnus.com) |
861 | ||
862 | * i386.h: Add Lynx magic number. | |
863 | ||
252b5132 RH |
864 | Tue Aug 3 11:17:53 1993 Ian Lance Taylor ([email protected]) |
865 | ||
866 | * alpha.h: Corrected external symbolic debugging structures to | |
867 | match actual usage. | |
868 | * internal.h (internal_filehdr, internal_aouthdr, | |
869 | internal_scnhdr): Changed type of some fields to bfd_vma so they | |
870 | can hold 64 bits. | |
871 | * sym.h (HDRR, FDR, PDR, EXTR): Likewise. | |
872 | (PDR): Added new fields found on Alpha. | |
873 | * symconst.h (magicSym2): Define; new value found on Alpha. | |
874 | ||
875 | * ecoff.h: New file. | |
876 | * alpha.h, mips.h: Moved common information into ecoff.h. Moved | |
877 | external structure definitions in from ecoff-ext.h. | |
878 | * ecoff-ext.h: Removed; information now in alpha.h and mips.h. | |
879 | ||
880 | Sun Jul 18 21:43:59 1993 Jim Kingdon ([email protected]) | |
881 | ||
882 | * i386.h: Recognize I386PTXMAGIC. | |
883 | ||
884 | Fri Jul 16 09:54:35 1993 Ian Lance Taylor ([email protected]) | |
885 | ||
886 | * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC. | |
887 | ||
888 | Thu Jul 15 12:23:55 1993 Ian Lance Taylor ([email protected]) | |
889 | ||
890 | * m88k.h (union external_auxent): Move x_fcn back inside x_fcnary. | |
891 | ({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly. | |
892 | ||
893 | Sun Jul 11 18:00:18 1993 Jim Kingdon ([email protected]) | |
894 | ||
895 | * m68k.h: Define MC68KBCSMAGIC. | |
896 | ||
897 | Thu Jun 10 11:46:28 1993 Ian Lance Taylor ([email protected]) | |
898 | ||
899 | * mips.h (_INIT, STYP_MIPS_INIT): Define (used on Irix4). | |
900 | (STYP_OTHER_LOAD): Define as STYP_MIPS_INIT. | |
901 | ||
902 | Wed Jun 9 15:09:09 1993 Ian Lance Taylor ([email protected]) | |
903 | ||
904 | * mips.h (OMAGIC): Define. | |
905 | ||
4f1d9bd8 NC |
906 | Tue Jun 8 12:16:03 1993 Steve Chamberlain ([email protected]) |
907 | ||
908 | Support for H8/300-H | |
909 | * h8300.h: New magic number. | |
910 | * internal.h: New relocations. | |
911 | ||
252b5132 RH |
912 | Mon Apr 26 18:04:47 1993 Steve Chamberlain ([email protected]) |
913 | ||
914 | * internal.h, sh.h: Support for SH. | |
915 | ||
916 | Sat Apr 24 21:34:59 1993 Jim Kingdon ([email protected]) | |
917 | ||
918 | * a29k.h: Define _LIT. | |
919 | ||
920 | Fri Apr 23 18:41:23 1993 Steve Chamberlain ([email protected]) | |
921 | ||
922 | * alpha.h: New file. | |
923 | ||
924 | Thu Apr 8 12:36:34 1993 Ian Lance Taylor ([email protected]) | |
925 | ||
926 | * internal.h (C_SHADOW, C_VERSION): Copied in from m88k.h. | |
927 | * m88k.h, i386.h, we32k.h: Don't define all the storage classes; | |
928 | they're already in internal.h. | |
929 | ||
930 | Wed Apr 7 11:51:24 1993 Jim Kingdon ([email protected]) | |
931 | ||
932 | * internal.h: Change n_sclass to unsigned char. | |
933 | Change C_EFCN to 0xff, change RS/6000 dbx symbols | |
934 | to no longer be signed. | |
935 | ||
936 | Fri Mar 19 14:52:56 1993 Steve Chamberlain ([email protected]) | |
937 | ||
938 | * internal.h: Add H8/500 reloc types. | |
939 | ||
940 | Wed Mar 17 09:46:03 1993 Ian Lance Taylor ([email protected]) | |
941 | ||
942 | * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches of | |
943 | conditional expression. | |
944 | ||
945 | Thu Mar 4 14:12:06 1993 Ian Lance Taylor ([email protected]) | |
946 | ||
947 | * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY. | |
948 | (AUX_PUT_*): New macros corresponding to the AUX_GET macros. | |
949 | (ecoff_swap_tir_out): Added prototype. | |
950 | ||
951 | * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these | |
952 | are needed to interpret gcc debugging output. | |
953 | ||
954 | Tue Feb 9 07:43:27 1993 Ian Lance Taylor ([email protected]) | |
955 | ||
956 | * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed | |
957 | more definitions duplicated in internal.h. | |
958 | ||
959 | Wed Feb 3 09:18:24 1993 Ian Lance Taylor ([email protected]) | |
960 | ||
961 | * mips.h (RELOC_BITS3_TYPE_*): Correct for big endian machines. | |
962 | ||
963 | Mon Jan 25 11:35:51 1993 Ian Lance Taylor ([email protected]) | |
964 | ||
965 | * internal.h (internal_aouthdr): Added additional fields used only | |
966 | by MIPS ECOFF. | |
967 | ||
968 | Thu Jan 21 10:28:38 1993 Ian Lance Taylor ([email protected]) | |
969 | ||
970 | * mips.h (AOUTHDR): Added additional fields used by ECOFF. | |
971 | ||
972 | Tue Jan 19 12:21:19 1993 Ian Lance Taylor ([email protected]) | |
973 | ||
974 | * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions | |
975 | duplicated in internal.h. | |
976 | ||
977 | * mips.h (RELOC_SECTION_*, ECOFF_R_*): Defined constants for ECOFF | |
978 | relocs. | |
979 | ||
980 | Fri Jan 15 18:17:00 1993 Ian Lance Taylor ([email protected]) | |
981 | ||
982 | * ecoff-ext.h: Added prototypes for new ECOFF swapping functions. | |
983 | (opt_ext): New structure. | |
984 | * mips.h (ZMAGIC): Defined to be 0413. | |
985 | (_LIB): Defined to be ".lib" | |
986 | (external_reloc): MIPS ECOFF relocs are only 8 bytes. Added | |
987 | macros to aid in swapping. | |
988 | ||
989 | Fri Jan 8 16:19:26 1993 Ian Lance Taylor ([email protected]) | |
990 | ||
991 | * ecoff-ext.h: Added prototypes for ECOFF swapping functions. | |
992 | * internal.h (internal_scnhdr): Always provide s_align field, not | |
993 | just on i960. | |
994 | (internal_reloc): Always provide r_size field, not just on | |
995 | RS/6000. | |
996 | * mips.h (_RDATA, _SDATA, _SBSS, _LIT4, _LIT8, STYP_RDATA, | |
997 | STYP_SDATA, STYP_SBSS, STYP_LIT4, STYP_LIT8): Defined. | |
998 | (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB, | |
999 | STABS_SYMBOL): Moved in from gdb/mipsread.c. | |
1000 | ||
1001 | Wed Jan 6 14:01:46 1993 Ian Lance Taylor ([email protected]) | |
1002 | ||
1003 | * i386.h, we32k.h: removed STYP_* defines, since they duplicated | |
1004 | those in internal.h. | |
1005 | ||
1006 | Tue Dec 29 15:40:07 1992 Ian Lance Taylor ([email protected]) | |
1007 | ||
1008 | * i386.h: define I386AIXMAGIC for Danbury AIX PS/2 compiler. | |
1009 | ||
1010 | Sat Dec 12 16:07:57 1992 Ian Lance Taylor ([email protected]) | |
1011 | ||
1012 | * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they | |
1013 | are defined in internal.h. | |
1014 | ||
1015 | Thu Nov 12 09:52:01 1992 Steve Chamberlain ([email protected]) | |
1016 | ||
1017 | * internal.h: (internal_reloc): r_offset is now a long. | |
1018 | * z8k.h: slight comment enhancement | |
1019 | ||
1020 | Wed Sep 30 07:46:08 1992 Steve Chamberlain ([email protected]) | |
1021 | ||
1022 | * internal.h: changed z8k reloc types | |
1023 | ||
1024 | Fri Aug 28 10:16:31 1992 Brendan Kehoe ([email protected]) | |
1025 | ||
1026 | * we32k.h: new file | |
1027 | ||
1028 | Thu Aug 27 13:00:01 1992 Brendan Kehoe ([email protected]) | |
1029 | ||
1030 | * symconst.h: comment out cruft at the end of #endif | |
1031 | ||
1032 | Tue Aug 25 15:06:49 1992 Steve Chamberlain ([email protected]) | |
1033 | ||
1034 | * internal.h: added #define for STYP_LIT, removed from a29k and | |
1035 | h8300. | |
1036 | ||
1037 | * z8k.h: added z8000 support | |
1038 | ||
1039 | Thu Jul 16 16:32:00 1992 Steve Chamberlain ([email protected]) | |
1040 | ||
1041 | * internal.h: added R_RELLONG_NEG reloc type | |
1042 | ||
1043 | Fri Jun 12 20:11:04 1992 John Gilmore (gnu at cygnus.com) | |
1044 | ||
1045 | * symconst.h: Fix unterminated comment. | |
1046 | ||
1047 | Wed Jun 10 07:57:49 1992 Steve Chamberlain ([email protected]) | |
1048 | ||
1049 | * i386.h: a.out magic numbers from | |
1050 | [email protected] | |
1051 | ||
1052 | Mon Jun 8 20:13:33 1992 John Gilmore (gnu at cygnus.com) | |
1053 | ||
1054 | * ecoff-ext.h, mips.h: Use unsigned chars everywhere. | |
1055 | (Suggested by Antti Miettinen.) | |
1056 | ||
1057 | Tue Apr 14 15:18:44 1992 John Gilmore (gnu at cygnus.com) | |
1058 | ||
1059 | * sym.h: Add comments. | |
1060 | * symconst.h: Merge with Fred's changes. | |
1061 | ||
1062 | Tue Apr 14 14:30:05 1992 Fred Fish ([email protected]) | |
1063 | ||
1064 | * symconst.h: Pick up SGI defines for stStruct, stUnion, stEnum, | |
1065 | langCplusplus, and langCplusplusV2. | |
1066 | ||
1067 | Thu Apr 2 19:47:43 1992 John Gilmore (gnu at cygnus.com) | |
1068 | ||
1069 | * sym.h, symconst.h: MIPS has provided redistributable versions | |
1070 | of these files. Thanks! | |
1071 | * ecoff-ext.h: Add weakext bit to match new sym.h. | |
1072 | ||
1073 | Fri Mar 6 00:10:46 1992 John Gilmore (gnu at cygnus.com) | |
1074 | ||
1075 | * ecoff-ext.h: Add relative file descriptors. | |
1076 | ||
1077 | Thu Feb 27 11:53:04 1992 John Gilmore (gnu at cygnus.com) | |
1078 | ||
1079 | * ecoff-ext.h: New file for external (in-file) form of ecoff | |
1080 | symbol structures. | |
1081 | ||
1082 | Thu Feb 6 11:33:32 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
1083 | ||
1084 | * h8300.h: made the external_lineno l_lnno field 4 bytes wide. | |
1085 | andded GET/PUT_LINENO_LNNO macros | |
1086 | ||
1087 | Sat Nov 30 20:38:35 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
1088 | ||
4f1d9bd8 NC |
1089 | * a29k.h, h8300.h, i386.h, i960.h, internal.h, m68k.h, m88k.h, |
1090 | mips.h, rs6000.h: Move from above coff-<foo>.h. | |
252b5132 RH |
1091 | |
1092 | \f | |
1093 | Local Variables: | |
1094 | version-control: never | |
1095 | End: |