diff options
author | John Gilmore <gnu@cygnus> | 1991-10-04 07:40:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-04 07:40:21 +0000 |
commit | 7cefc05e6a4830f103f2a6d8cce0010c54c4ca04 (patch) | |
tree | 5b0c5facafe16ed1403acb58d0893a30dd8b27d7 /gdb/ChangeLog | |
parent | e32becdf04da594f0ed8e976a149cb8f89a45e00 (diff) | |
download | gdb-7cefc05e6a4830f103f2a6d8cce0010c54c4ca04.zip gdb-7cefc05e6a4830f103f2a6d8cce0010c54c4ca04.tar.gz gdb-7cefc05e6a4830f103f2a6d8cce0010c54c4ca04.tar.bz2 |
* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: Remove
vestiges of typevectors, which were for symsegs and are no longer
used. (From a question by Eliot Dresselhaus
<dresselh@RFT30.nas.nasa.gov>).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d0711d..e60adfd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 4 00:35:56 1991 John Gilmore (gnu at cygnus.com) + + * coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: Remove + vestiges of typevectors, which were for symsegs and are no longer + used. (From a question by Eliot Dresselhaus + <dresselh@RFT30.nas.nasa.gov>). + Thu Oct 3 09:33:26 1991 John Gilmore (gnu at cygnus.com) * dbxread.c, coffread.c: static-ize functions that were |