From patchwork Mon Oct 30 20:02:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Hongjiu" X-Patchwork-Id: 23972 Received: (qmail 66661 invoked by alias); 30 Oct 2017 20:02:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 66650 invoked by uid 89); 30 Oct 2017 20:02:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, NO_DNS_FOR_FROM autolearn=ham version=3.3.2 spammy= X-HELO: mga14.intel.com X-ExtLoop1: 1 Date: Mon, 30 Oct 2017 13:02:47 -0700 From: "H.J. Lu" To: GNU C Library Subject: [PATCH] Reformat sysdeps/x86/libc-start.c Message-ID: <20171030200246.GA14084@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) I am checking this patch to reformat sysdeps/x86/libc-start.c * sysdeps/x86/libc-start.c: Reformat. --- ChangeLog | 4 ++++ sysdeps/x86/libc-start.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ea3d856a1..4751a83927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-10-30 H.J. Lu + * sysdeps/x86/libc-start.c: Reformat. + +2017-10-30 H.J. Lu + [BZ #22353] * sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches. (1): Renamed to ... diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c index e11b490f5c..727d328bc7 100644 --- a/sysdeps/x86/libc-start.c +++ b/sysdeps/x86/libc-start.c @@ -16,13 +16,13 @@ . */ #ifndef SHARED -#include +# include # include # include 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 +#include