From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 1D2F838560A4; Thu, 18 May 2023 16:52:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D2F838560A4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684428728; bh=wSXoOALfF3766SkaNu0La1/DWryIesK1SBvIodL5EiQ=; h=From:To:Subject:Date:From; b=M5V6kS5LH+c4/UI5cAshH/LGlV3j8s1d8S1+5zYkwF4Q24cJUXhFhIWoQ/ssPlrj/ RQ9m6c2NAu+fhHEgupfyApNApTMD93xzuAINFrAy2DSxiGmPtLrzXU9k4PjTQKde9C bG4RGe67MkqJt6vL0BL3s2Af1MzX9WfZpVPph9B0= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] wcsmbs: Reformat Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: 21050af6749c8c6ba00b0bc9d0218db0ac153889 X-Git-Newrev: 3643fb0a944d0e72a5c90680e389b7d73f97e172 Message-Id: <20230518165208.1D2F838560A4@sourceware.org> Date: Thu, 18 May 2023 16:52:08 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3643fb0a944d0e72a5c90680e389b7d73f97e172 commit 3643fb0a944d0e72a5c90680e389b7d73f97e172 Author: Carlos O'Donell Date: Wed May 17 09:34:53 2023 -0400 wcsmbs: Reformat Makefile. Reflow Makefile. Sort using updated scripts/sort-makefile-lines.py. Code generation is changed as routines are linked in sorted order as expected. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar Diff: --- wcsmbs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 347b44841e..ea8ea7b3e6 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -52,9 +52,9 @@ routines := \ isoc99_vwscanf \ isoc99_wscanf \ mbrlen \ + mbrtoc8 \ mbrtoc16 \ mbrtoc32 \ - mbrtoc8 \ mbrtowc \ mbsinit \ mbsnrtowcs \