diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86/libc-start.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4751a83927..c99898e127 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 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> |