public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] wcsmbs: Reformat Makefile.
@ 2023-05-18 16:52 Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2023-05-18 16:52 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3643fb0a944d0e72a5c90680e389b7d73f97e172

commit 3643fb0a944d0e72a5c90680e389b7d73f97e172
Author: Carlos O'Donell <carlos@redhat.com>
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 <siddhesh@sourceware.org>

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 \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc] wcsmbs: Reformat Makefile.
@ 2023-05-16 12:51 Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2023-05-16 12:51 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=40b68e8cc00ca40348bc084b651c0561d31feb46

commit 40b68e8cc00ca40348bc084b651c0561d31feb46
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu May 11 20:45:35 2023 -0400

    wcsmbs: Reformat Makefile.
    
    Reflow Makefile.
    Sort using scripts/sort-makefile-lines.py.
    
    No code generation changes observed in binary artifacts.
    No regressions on x86_64 and i686.

Diff:
---
 wcsmbs/Makefile | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 0dc264e971..347b44841e 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -22,9 +22,17 @@ subdir	:= wcsmbs
 
 include ../Makeconfig
 
-headers	:= wchar.h bits/wchar.h bits/wchar2.h bits/wchar2-decl.h \
-	   bits/wchar-ldbl.h uchar.h bits/types/__mbstate_t.h \
-	   bits/types/mbstate_t.h bits/types/wint_t.h
+headers := \
+  bits/types/__mbstate_t.h \
+  bits/types/mbstate_t.h \
+  bits/types/wint_t.h \
+  bits/wchar-ldbl.h \
+  bits/wchar.h \
+  bits/wchar2-decl.h \
+  bits/wchar2.h \
+  uchar.h \
+  wchar.h \
+  # headers
 
 routines := \
   btowc \
@@ -123,11 +131,11 @@ tests := \
   test-wcscmp \
   test-wcscpy \
   test-wcscspn \
+  test-wcsdup \
   test-wcslen \
   test-wcsncat \
   test-wcsncmp \
   test-wcsncpy \
-  test-wcsdup \
   test-wcsnlen \
   test-wcspbrk \
   test-wcsrchr \
@@ -169,8 +177,17 @@ tests := \
 include ../Rules
 
 ifeq ($(run-built-tests),yes)
-LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 hr_HR.ISO-8859-2 \
-	   ja_JP.EUC-JP zh_TW.EUC-TW tr_TR.UTF-8 tr_TR.ISO-8859-9 zh_HK.BIG5-HKSCS
+LOCALES := \
+  de_DE.ISO-8859-1 \
+  de_DE.UTF-8 \
+  en_US.ANSI_X3.4-1968 \
+  hr_HR.ISO-8859-2 \
+  ja_JP.EUC-JP \
+  tr_TR.ISO-8859-9 \
+  tr_TR.UTF-8 \
+  zh_HK.BIG5-HKSCS \
+  zh_TW.EUC-TW \
+  # LOCALES
 include ../gen-locales.mk
 
 $(objpfx)tst-btowc.out: $(gen-locales)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-18 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 16:52 [glibc] wcsmbs: Reformat Makefile Carlos O'Donell
  -- strict thread matches above, loose matches on Subject: below --
2023-05-16 12:51 Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).