]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Generate en_GB.UTF-8 during testing
authorStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 20 Jun 2014 02:14:42 +0000 (07:44 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 20 Jun 2014 02:14:42 +0000 (07:44 +0530)
This patch generates en_GB.UTF-8, which is used in
tst-strcoll-overflow.  This solves the issue of failing xtests on
s390/s390x.

ChangeLog
localedata/Makefile

index ec08f77bf1a72679dd1ab8b3e37f7e6f3ab1eb14..e2a19339c974f52d64fd99e87cdf93221954cbb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       * Makefile (LOCALES): Add en_GB.UTF-8.
+
 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
index 023f443206031a712c43e1e1bd6b1bf2151baf86..e8fe10fbdcbded5eeec1210c1b6b62d619170003 100644 (file)
@@ -105,7 +105,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
           hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
           nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
           zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
-          tr_TR.ISO-8859-9
+          tr_TR.ISO-8859-9 en_GB.UTF-8
 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
 CHARMAPS := $(shell echo "$(LOCALES)" | \
                    sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)