* symfile.c (reread_symbols): Update objfile's entry point.

This commit is contained in:
Luis Machado 2008-05-05 16:13:49 +00:00
parent 1f906a60f5
commit 6528a9eabd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-05-05 Luis Machado <luisgpm@br.ibm.com>
* symfile.c (reread_symbols): Update objfile's entry point.
2008-05-05 Aleksandar Ristovski <aristovski@qnx.com>
Joel Brobecker <brobecker@adacore.com>

View File

@ -2474,6 +2474,7 @@ reread_symbols (void)
objfile->mtime = new_modtime;
reread_one = 1;
reread_separate_symbols (objfile);
init_entry_point_info (objfile);
}
}
}