diff options
author | Per Bothner <per@bothner.com> | 1992-02-06 23:24:30 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-06 23:24:30 +0000 |
commit | ee17fd3437829dcc4a8b65e8c4b49ff249d4d964 (patch) | |
tree | 6cd80897fb1f8c34a46760e02f0bb6167cf36966 | |
parent | 65cceb7879f38a9bf3ca7e3f0d4e92c6b1af5e70 (diff) | |
download | gdb-ee17fd3437829dcc4a8b65e8c4b49ff249d4d964.zip gdb-ee17fd3437829dcc4a8b65e8c4b49ff249d4d964.tar.gz gdb-ee17fd3437829dcc4a8b65e8c4b49ff249d4d964.tar.bz2 |
* mipsread.c (parse_partial_symbols): Handle dependencies
between partial symbol tables (when not doing stabs-in-ecoff).
(This used to be handled by parse_fdr, but parse_fdr was
incompatible with handling stabs-in-ecoff, so the code
was re-written to not use parse_fdr. Unfortunately,
the logic to handle dependencies was overlooked.)
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 97e9893..f7e101f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 6 15:14:01 1992 Per Bothner (bothner at cygnus.com) + + * mipsread.c (parse_partial_symbols): Handle dependencies + between partial symbol tables (when not doing stabs-in-ecoff). + (This used to be handled by parse_fdr, but parse_fdr was + incompatible with handling stabs-in-ecoff, so the code + was re-written to not use parse_fdr. Unfortunately, + the logic to handle dependencies was overlooked.) + Thu Feb 6 11:51:39 1992 Steve Chamberlain (sac at rtl.cygnus.com) * coffread.c (read_enum_type): Use the size of a target int when |