* mipsread.c (parse_partial_symbols): Use language from FDR if it
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ed900e8347bd32fcf22e02def1542eaad2f74d0e..26d98bc49f99b842d75ca1fddc5f841447809cd2 100644 (file)
@@ -1,3 +1,21 @@
+Wed Sep  1 05:05:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * 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.
+
 Tue Aug 31 15:01:27 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        Break dcache code out of remote.c.
This page took 0.031419 seconds and 4 git commands to generate.