1 Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com)
3 * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,
4 to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib
6 * stab.def: Add N_COMM to table, fix overlap comment.
8 Tue Sep 3 06:29:20 1991 John Gilmore (gnu at cygint.cygnus.com)
10 Merge with latest FSF versions of these files.
12 * stab.gnu.h: Add LAST_UNUSED_STAB_CODE.
13 * stab.def: Update to GPL2. Move N_WARNING out, since not a
14 debug symbol. Change comments, and reorder table to numeric
15 order. Update final table comment.
16 (N_DSLINE, N_BSLINE): Renumber from 0x66 and 0x68, to 0x46 and 0x48.
18 * obstack.h: GPL2. Merge.
20 Fri Aug 23 01:54:23 1991 John Gilmore (gnu at cygint.cygnus.com)
22 * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend
23 on the particular a.out being examined.
24 * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's.
25 * FIXME: a.out.gnu.h is almost obsolete.
26 * FIXME: a.out.sun4.h should be renamed a.out.sun.h now.
28 Wed Aug 21 20:32:13 1991 John Gilmore (gnu at cygint.cygnus.com)
30 * Start a ChangeLog for the includes directory.
32 * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E.
33 * stab.def: Update allocation table in comments at end,
34 to reflect reality as I know it.