diff options
Diffstat (limited to 'gdb/jit.c')
-rw-r--r-- | gdb/jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -645,7 +645,7 @@ finalize_symtab (struct gdb_symtab *stab, struct objfile *objfile) symtab = allocate_symtab (stab->file_name, objfile); /* JIT compilers compile in memory. */ - symtab->dirname = NULL; + SYMTAB_DIRNAME (symtab) = NULL; /* Copy over the linetable entry if one was provided. */ if (stab->linetable) |