diff options
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 0b0cbac..0ba5bab 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -383,6 +383,7 @@ coff_alloc_type (int index) static void coff_start_symtab (struct objfile *objfile, const char *name) { + within_function = 0; start_symtab (objfile, /* We fill in the filename later. start_symtab puts this pointer into last_source_file and we put it in subfiles->name, which |