* mipsread.c (parse_partial_symbols): Use language from FDR if it
authorPeter Schauer <Peter.Schauer@mytum.de>
Wed, 1 Sep 1993 12:10:55 +0000 (12:10 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Wed, 1 Sep 1993 12:10:55 +0000 (12:10 +0000)
commite7e02420a7c0b676a28709af4962812ecee36823
tree3b3360aa233e65e93f16c0d2bbf76e4d1a7333ee
parentd538b510a0547c9637eb6bb9077541ca0464710c
* mipsread.c (parse_partial_symbols):  Use language from FDR if it
is unambigous.  Patch from ptf@delcam.co.uk (Paul Flinders).
* mipsread.c (ecoff_symfile_info):  New struct to hold the global
pending_list.
* mipsread.c (mipscoff_symfile_init, parse_partial_symbols):
Allocate the global pending list and link it to the objfile.
* mipsread.c (is_pending_symbol, add_pending):  Use global pending
list from objfile. Allocate pending list entries from the
psymbol_obstack.
* mipsread.c (free_pending):  Remove. The pending list is now
freed when the psymbol_obstack is freed.
* mipsread.c (psymtab_to_symtab1):  Remove pending list allocation,
the global pending list is used now.
* mipsread.c (parse_partial_symbols):  Skip only the first
file indirect entry when building the dependency list.
gdb/ChangeLog
gdb/mipsread.c
This page took 0.033336 seconds and 4 git commands to generate.