* mdebugread.c (parse_type): Do not complain for types with
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 10 Mar 1994 09:28:18 +0000 (09:28 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 10 Mar 1994 09:28:18 +0000 (09:28 +0000)
commit1037391405a4467dccc1f2a3e100b3b3725c2210
tree94e7831cc2ca326c5708b6a543a443aa8e1bdc55
parentfddb9bda704b4be0ba725770f62adb9f6397612d
* mdebugread.c (parse_type):  Do not complain for types with
an `indexNil' aux index, these are simply undefined types.
Remove indexNil check from caller of parse_type.
* mdebugread.c (parse_partial_symbols):  Do not enter
stGlobal, scCommon symbols into the minimal symbol table, their
value is the size of the common, not its address.
Handle scInit, scFini, scPData and scXData sections.
Use minimal symbol type mst_file_* for stLabel symbols, instead of
mst_*.
Enter stProc symbols into the global_psymbols list once, not into
the static_psymbols_list.
Get rid of dummy psymtab if it is empty, to allow proper detection
of stripped executables.
* mdebugread.c (cross_ref):  Allow cross references to Fortran
common blocks.
gdb/ChangeLog
gdb/mdebugread.c