From: Yao Qi Date: Tue, 20 Nov 2012 06:47:25 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd0cfc4d46e8ad3ddaebc2dd3d8c7f93b1da751d;p=binutils-gdb.git gdb/ 2012-11-20 Yao Qi * objfiles.c (init_entry_point_info): Remove trailing spaces. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5d3760c757e..9be4feac4d9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-11-20 Yao Qi + + * objfiles.c (init_entry_point_info): Remove trailing spaces. + 2012-11-20 Yao Qi * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid' diff --git a/gdb/objfiles.c b/gdb/objfiles.c index a1db8c632e6..4cc2feab2de 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -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