Reformat sysdeps/x86/libc-start.c

* sysdeps/x86/libc-start.c: Reformat.
This commit is contained in:
H.J. Lu 2017-10-30 13:01:18 -07:00
parent c5cc45148c
commit fe326df7b0
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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>
[BZ #22353]

View File

@ -16,13 +16,13 @@
<http://www.gnu.org/licenses/>. */
#ifndef SHARED
#include <ldsodefs.h>
# include <ldsodefs.h>
# include <cpu-features.h>
# include <cpu-features.c>
extern struct cpu_features _dl_x86_cpu_features;
#define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
# define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
#endif
# include <csu/libc-start.c>
#include <csu/libc-start.c>