diff options
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index ee47f6c6b93..10c93cce109 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -1922,8 +1922,6 @@ xcoff_symfile_init (struct objfile *objfile) find this causes a significant slowdown in gdb then we could set it in the debug symbol readers only when necessary. */ objfile->flags |= OBJF_REORDERED; - - init_entry_point_info (objfile); } /* Perform any local cleanups required when we are done with a particular |