* symtab.h (enum address_class): Add LOC_UNRESOLVED for
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 28 Oct 1995 11:57:02 +0000 (11:57 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 28 Oct 1995 11:57:02 +0000 (11:57 +0000)
commitb1027aa45879cf41913c12987b4c4db330c1e4d2
tree6fc5fd343b0d50aa72fe0d0ba5d8537c097373c3
parent356c68ff6291e07f1fa9934036e2884d6a0f19f9
* symtab.h (enum address_class):  Add LOC_UNRESOLVED for
a location whose address has to be resolved via the minimal
symbol table.
* buildsym.c (finish_block), findvar.c (symbol_read_needs_frame,
read_var_value), printcmd.c (address_info),
symmisc.c (print_symbol, print_partial_symbol):  Handle
LOC_UNRESOLVED.
* stabsread.c (scan_file_globals):  Change unresolved LOC_STATIC
symbols to LOC_UNRESOLVED. Remove rt_common_objfile lookup
kludge, global common symbols are now handled by LOC_UNRESOLVED.
(scan_file_globals_1):  Move code back to scan_file_globals,
delete.
gdb/ChangeLog
gdb/buildsym.c
gdb/stabsread.c
This page took 0.02426 seconds and 4 git commands to generate.