diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-24 11:16:02 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-24 11:16:02 +0000 |
commit | 0e17578d0c6c5cffc4310234ee5156192311c8e6 (patch) | |
tree | ca8493950300bd68cf555ee7ef191c6b548129d2 /include | |
parent | 1f5518a95d59880c122bb3e5f273313af288078c (diff) | |
download | gdb-0e17578d0c6c5cffc4310234ee5156192311c8e6.zip gdb-0e17578d0c6c5cffc4310234ee5156192311c8e6.tar.gz gdb-0e17578d0c6c5cffc4310234ee5156192311c8e6.tar.bz2 |
Document added dwarf.h file.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index ea388ab..4384eb0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,21 @@ +Thu Oct 24 04:13:20 1991 Fred Fish (fnf at cygnus.com) + + * dwarf.h: New file for dwarf support. Copied from gcc2 + distribution. + +Wed Oct 16 13:31:45 1991 John Gilmore (gnu at cygnus.com) + + * aout64.h: Remove PAGE_SIZE defines; they are target-dependent. + Add N_FN_SEQ for N_FN symbol type used on Sequent machines. + * stab.def: Include N_FN_SEQ in table. + * bout.h: External formats of structures use unsigned chars. + +Fri Oct 11 12:40:43 1991 Steve Chamberlain (steve at cygnus.com) + + * bfd.h:upgrade from bfd.c + * internalcoff.h: add n_name, n_zeroes and n_offset macros + * amdcoff.h: Define OMAGIC and AOUTHDRSZ. + Fri Oct 11 10:58:06 1991 Per Bothner (bothner at cygnus.com) * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony. |