]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorYao Qi <yao@codesourcery.com>
Tue, 20 Nov 2012 06:47:25 +0000 (06:47 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 20 Nov 2012 06:47:25 +0000 (06:47 +0000)
2012-11-20  Yao Qi  <yao@codesourcery.com>

* objfiles.c (init_entry_point_info): Remove trailing spaces.

gdb/ChangeLog
gdb/objfiles.c

index 5d3760c757eeead85347c640d7fd59cf64eaac5b..9be4feac4d9c3bf9d57516cbde2907809bc2aed9 100644 (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>
 
        * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
index a1db8c632e6bbe58444a97e10b89e87f81fb3492..4cc2feab2de4b0fa100f0888ab3575f9554b362e 100644 (file)
@@ -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