diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index cc515d5..b641220 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2474,6 +2474,7 @@ reread_symbols (void) objfile->mtime = new_modtime; reread_one = 1; reread_separate_symbols (objfile); + init_entry_point_info (objfile); } } } |