mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
gdb/
2012-11-20 Yao Qi <yao@codesourcery.com> * objfiles.c (init_entry_point_info): Remove trailing spaces.
This commit is contained in:
@@ -345,7 +345,7 @@ init_entry_point_info (struct objfile *objfile)
|
||||
/* Some shared libraries may have entry points set and be
|
||||
runnable. There's no clear way to indicate this, so just check
|
||||
for values other than zero. */
|
||||
objfile->ei.entry_point = bfd_get_start_address (objfile->obfd);
|
||||
objfile->ei.entry_point = bfd_get_start_address (objfile->obfd);
|
||||
objfile->ei.entry_point_p = 1;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user