diff options
author | John Gilmore <gnu@cygnus> | 1991-09-04 16:03:52 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-04 16:03:52 +0000 |
commit | e557edcf98c55007753b5ff7b4003fdcc099bcb7 (patch) | |
tree | 08711a980a25c40dbc40715325a46ffa43b8ff32 /include/ChangeLog | |
parent | 12e7087f536972db65252d9db6c04cf8441724ff (diff) | |
download | gdb-e557edcf98c55007753b5ff7b4003fdcc099bcb7.zip gdb-e557edcf98c55007753b5ff7b4003fdcc099bcb7.tar.gz gdb-e557edcf98c55007753b5ff7b4003fdcc099bcb7.tar.bz2 |
* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib
support.
* stab.def: Add N_COMM to table, fix overlap comment.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index afd52d1..9bed3fe 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com) + + * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, + to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib + support. + * stab.def: Add N_COMM to table, fix overlap comment. + Tue Sep 3 06:29:20 1991 John Gilmore (gnu at cygint.cygnus.com) Merge with latest FSF versions of these files. |