diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 76410fd..62fc1cb 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -391,6 +391,12 @@ struct objfile /* FIXME/carlton-2003-06-27: Delete this in a few years once "possible namespace symbols" go away. */ struct symtab *cp_namespace_symtab; + + /* A linked list of symbols created when reading template types or + function templates. These symbols are not stored in any symbol + table, so we have to keep them here to relocate them + properly. */ + struct symbol *template_symbols; }; /* Defines for the objfile flag word. */ |