]> sourceware.org Git - glibc.git/commitdiff
sysdeps/x86/libc-start.c: Add /* !SHARED */
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Oct 2017 20:39:31 +0000 (13:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Oct 2017 20:40:28 +0000 (13:40 -0700)
* sysdeps/x86/libc-start.c: Add /* !SHARED */.

ChangeLog
sysdeps/x86/libc-start.c

index 4751a8392764f0ecbccafb202ac835b6ab88d0ea..c99898e127fb10d7bb2c74ba5762e7f70d3401bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 727d328bc72a884e47fae66639f912fb9beaad37..7a1f51c52e04144b5c92cfbb12ff967f45618cc7 100644 (file)
@@ -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>
This page took 0.080082 seconds and 5 git commands to generate.