diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 8b47d2b..130ae26 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -293,7 +293,7 @@ struct objfile allocated memory, and is shared by all objfiles that use the object module reader of this type. */ - struct sym_fns *sf; + const struct sym_fns *sf; /* The per-objfile information about the entry point, the scope (file/func) containing the entry point, and the scope of the user's main() func. */ |