Add OBJF_SYMS flag and use it to decide whether or not we have already
authorFred Fish <fnf@specifix.com>
Sat, 28 Mar 1992 21:06:23 +0000 (21:06 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 28 Mar 1992 21:06:23 +0000 (21:06 +0000)
commitbf349b77faf68ba37c0379bc6c59ea8ace20562a
tree39b8a808690e09e2785e9067b682d42575581dd1
parentc2e4669f8cc511833f293fdc03f6d63ee442bc9c
Add OBJF_SYMS flag and use it to decide whether or not we have already
tried to read symbols from a file, for mapped objfiles.  This fixes a
memory leak (actually a constant memory growth) due to reading symbol
files with no debug info and thus generating no psymtabs or symtabs.
Most typically happened with shared libraries.
gdb/ChangeLog
gdb/objfiles.h
gdb/symfile.c