diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 876b103..9b96fe8 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -70,6 +70,7 @@ struct subfile enum language language; char *producer; char *debugformat; + struct symtab *symtab; }; EXTERN struct subfile *subfiles; |