From bd0cfc4d46e8ad3ddaebc2dd3d8c7f93b1da751d Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 20 Nov 2012 06:47:25 +0000 Subject: gdb/ 2012-11-20 Yao Qi * objfiles.c (init_entry_point_info): Remove trailing spaces. --- gdb/objfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/objfiles.c') diff --git a/gdb/objfiles.c b/gdb/objfiles.c index a1db8c6..4cc2fea 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 -- cgit v1.1