]>
Commit | Line | Data |
---|---|---|
b1815762 JG |
1 | Tue Sep 10 10:11:46 1991 John Gilmore (gnu at cygint.cygnus.com) |
2 | ||
3 | * i386coff.h (LINESZ): Always 6, not based on sizeof(). | |
4 | (Fix from Peter Schauer <[email protected]>.) | |
5 | ||
e557edcf JG |
6 | Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com) |
7 | ||
8 | * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, | |
9 | to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib | |
10 | support. | |
11 | * stab.def: Add N_COMM to table, fix overlap comment. | |
12 | ||
55fbee91 JG |
13 | Tue Sep 3 06:29:20 1991 John Gilmore (gnu at cygint.cygnus.com) |
14 | ||
15 | Merge with latest FSF versions of these files. | |
16 | ||
17 | * stab.gnu.h: Add LAST_UNUSED_STAB_CODE. | |
18 | * stab.def: Update to GPL2. Move N_WARNING out, since not a | |
19 | debug symbol. Change comments, and reorder table to numeric | |
20 | order. Update final table comment. | |
21 | (N_DSLINE, N_BSLINE): Renumber from 0x66 and 0x68, to 0x46 and 0x48. | |
22 | ||
4efb1cc9 JG |
23 | * obstack.h: GPL2. Merge. |
24 | ||
55fbee91 JG |
25 | Fri Aug 23 01:54:23 1991 John Gilmore (gnu at cygint.cygnus.com) |
26 | ||
27 | * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend | |
28 | on the particular a.out being examined. | |
29 | * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's. | |
30 | * FIXME: a.out.gnu.h is almost obsolete. | |
31 | * FIXME: a.out.sun4.h should be renamed a.out.sun.h now. | |
32 | ||
33 | Wed Aug 21 20:32:13 1991 John Gilmore (gnu at cygint.cygnus.com) | |
34 | ||
35 | * Start a ChangeLog for the includes directory. | |
36 | ||
37 | * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E. | |
38 | * stab.def: Update allocation table in comments at end, | |
39 | to reflect reality as I know it. | |
40 |