2012-11-20  Yao Qi  <yao@codesourcery.com>

	* objfiles.c (init_entry_point_info): Remove trailing spaces.
This commit is contained in:
Yao Qi 2012-11-20 06:47:25 +00:00
parent d2cf1c6cfc
commit bd0cfc4d46
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-20 Yao Qi <yao@codesourcery.com>
* objfiles.c (init_entry_point_info): Remove trailing spaces.
2012-11-20 Yao Qi <yao@codesourcery.com> 2012-11-20 Yao Qi <yao@codesourcery.com>
* infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid' * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'

View File

@ -345,7 +345,7 @@ init_entry_point_info (struct objfile *objfile)
/* Some shared libraries may have entry points set and be /* Some shared libraries may have entry points set and be
runnable. There's no clear way to indicate this, so just check runnable. There's no clear way to indicate this, so just check
for values other than zero. */ 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; objfile->ei.entry_point_p = 1;
} }
else else