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 4751a83..c99898e 100644 (file)
--- 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>
index 727d328..7a1f51c 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>