diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 4a980c1..1d72c84 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -846,9 +846,9 @@ struct symtab char *debugformat; - /* String of version information. May be zero. */ + /* String of producer version information. May be zero. */ - char *version; + char *producer; /* Full name of file as found by searching the source path. NULL if not yet known. */ |