* mipsread.c (parse_partial_symbols): Handle dependencies
authorPer Bothner <per@bothner.com>
Thu, 6 Feb 1992 23:24:30 +0000 (23:24 +0000)
committerPer Bothner <per@bothner.com>
Thu, 6 Feb 1992 23:24:30 +0000 (23:24 +0000)
commitee17fd3437829dcc4a8b65e8c4b49ff249d4d964
tree6cd80897fb1f8c34a46760e02f0bb6167cf36966
parent65cceb7879f38a9bf3ca7e3f0d4e92c6b1af5e70
* 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.)
gdb/ChangeLog