diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-24 08:42:20 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-24 08:42:20 +0000 |
commit | 4a35d6e91b6d8b0f9c7577943dbc8fb453065e60 (patch) | |
tree | 89049df78a7a0447a52fd9172fde5d80d85bf8dc /gdb/ChangeLog | |
parent | ba04ec6e77ce37cf1881aae243124d774df54b81 (diff) | |
download | gdb-4a35d6e91b6d8b0f9c7577943dbc8fb453065e60.zip gdb-4a35d6e91b6d8b0f9c7577943dbc8fb453065e60.tar.gz gdb-4a35d6e91b6d8b0f9c7577943dbc8fb453065e60.tar.bz2 |
Remove the object file specific fields from the partial symbol table
structure and replace them with a pointer to private data for each
different flavor of object file reader to initialize appropriately.
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 c25b2c7..9429f38 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com) + + * dbxread.c, mipsread.c symmisc.c, symtab.c: Remove the object + file specific fields from the partial symbol table structure and + replace them with a pointer to private data for each different + flavor of object file reader to initialize appropriately. + Tue Oct 22 18:04:32 1991 Stu Grossman (grossman at cygnus.com) * infrun.c (wait_for_inferior): Check return value from |