diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-17 03:32:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-17 03:32:10 +0000 |
commit | e8b114f7f488fc33557c77da584cd3ea8613e388 (patch) | |
tree | f97bb2dd193054005702a7060c50688ec54557db /include | |
parent | 23afb447a25061a1d77ffade099f9e45b7a5f378 (diff) | |
download | gdb-e8b114f7f488fc33557c77da584cd3ea8613e388.zip gdb-e8b114f7f488fc33557c77da584cd3ea8613e388.tar.gz gdb-e8b114f7f488fc33557c77da584cd3ea8613e388.tar.bz2 |
* sym.h, symconst.h: Add comment stating these files are not part
of GDB, GAS, etc. In 1991, when we asked rms whether we could
include these files in GDB (although they are copyrighted by
someone besides the FSF), he said it was OK if they were not
considered part of GDB.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index e09a3ae..4d30c50 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,5 +1,15 @@ +Thu Sep 16 20:27:21 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) + + * sym.h, symconst.h: Add comment stating these files are not part + of GDB, GAS, etc. In 1991, when we asked rms whether we could + include these files in GDB (although they are copyrighted by + someone besides the FSF), he said it was OK if they were not + considered part of GDB. + Fri Sep 10 17:40:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ecoff.h (AUX_PUT_ANY): Cast val argument to bfd_vma. + * alpha.c (external_aouthdr): Need four bytes of padding between vstamp and tsize. |