diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-30 13:39:31 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-30 13:40:28 -0700 |
commit | 4ad5106e3b04cc7630f7dbfdb25369807f532843 (patch) | |
tree | 4b21dc0cf1d1fe47f99c334f8c5a03263544f448 | |
parent | fe326df7b0d0ded94519d3a86080a6568678e09c (diff) | |
download | glibc-4ad5106e3b04cc7630f7dbfdb25369807f532843.tar.gz |
sysdeps/x86/libc-start.c: Add /* !SHARED */
* sysdeps/x86/libc-start.c: Add /* !SHARED */.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86/libc-start.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 727d328bc7..7a1f51c52e 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> |