diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 99e370c..ac0b8bc 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -555,6 +555,13 @@ struct symtab /* Full name of file as found by searching the source path. 0 if not yet known. */ char *fullname; + + /* Anything extra for this symtab. This is for target machines + with special debugging info of some sort (which cannot just + be represented in a normal symtab). */ +#if defined (EXTRA_SYMTAB_INFO) + EXTRA_SYMTAB_INFO +#endif }; /* Each source file that has not been fully read in is represented by |