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-685-g4ad5106


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  4ad5106e3b04cc7630f7dbfdb25369807f532843 (commit)
      from  fe326df7b0d0ded94519d3a86080a6568678e09c (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=4ad5106e3b04cc7630f7dbfdb25369807f532843

commit 4ad5106e3b04cc7630f7dbfdb25369807f532843
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Oct 30 13:39:31 2017 -0700

    sysdeps/x86/libc-start.c: Add /* !SHARED */
    
    	* sysdeps/x86/libc-start.c: Add /* !SHARED */.

diff --git a/ChangeLog b/ChangeLog
index 4751a83..c99898e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-10-30  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86/libc-start.c: Add /* !SHARED */.
+
+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>
diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c
index 727d328..7a1f51c 100644
--- a/sysdeps/x86/libc-start.c
+++ b/sysdeps/x86/libc-start.c
@@ -24,5 +24,5 @@ extern struct cpu_features _dl_x86_cpu_features;
 
 # define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
 
-#endif
+#endif /* !SHARED */
 #include <csu/libc-start.c>

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

Summary of changes:
 ChangeLog                |    4 ++++
 sysdeps/x86/libc-start.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]