This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-684-gfe326df


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fe326df7b0d0ded94519d3a86080a6568678e09c (commit)
      from  c5cc45148c89cc5c57d1946348dd242d4db5c5f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fe326df7b0d0ded94519d3a86080a6568678e09c

commit fe326df7b0d0ded94519d3a86080a6568678e09c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Oct 30 13:01:18 2017 -0700

    Reformat sysdeps/x86/libc-start.c
    
    	* sysdeps/x86/libc-start.c: Reformat.

diff --git a/ChangeLog b/ChangeLog
index 5ea3d85..4751a83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-10-30  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86/libc-start.c: Reformat.
+
+2017-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
 	[BZ #22353]
 	* sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches.
 	(1): Renamed to ...
diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c
index e11b490..727d328 100644
--- a/sysdeps/x86/libc-start.c
+++ b/sysdeps/x86/libc-start.c
@@ -16,13 +16,13 @@
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef SHARED
-#include <ldsodefs.h>
+# include <ldsodefs.h>
 # include <cpu-features.h>
 # include <cpu-features.c>
 
 extern struct cpu_features _dl_x86_cpu_features;
 
-#define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
+# define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
 
 #endif
-# include <csu/libc-start.c>
+#include <csu/libc-start.c>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    4 ++++
 sysdeps/x86/libc-start.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]