From: Ulrich Drepper Date: Tue, 3 Sep 2002 18:43:43 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~21194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20e2b644ed72b0ac3ad93e5c8580780085c2c48e;p=external%2Fglibc.git Update. 2002-09-03 Jakub Jelinek * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to newlocale. --- diff --git a/ChangeLog b/ChangeLog index 09bafdb..b0d92b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-03 Jakub Jelinek + + * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to + newlocale. + 2002-09-02 Roland McGrath * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c index a5cb35d..78ea90f 100644 --- a/locale/tst-C-locale.c +++ b/locale/tst-C-locale.c @@ -223,7 +223,7 @@ run_test (const char *locname) STRTEST (NOSTR, ""); /* Test the new locale mechanisms. */ - loc = newlocale (LC_ALL, locname, NULL); + loc = newlocale (LC_ALL_MASK, locname, NULL); if (loc == NULL) { printf ("cannot create locale object for locale %s\n", locname); diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index e6444f2..0737f6f 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -46,11 +46,6 @@ shared-only-routines += divdi3 libgcc-compat endif endif -ifeq ($(subdir):$(elf),linuxthreads:yes) -# See CFLAGS-initfini.s above; this is the same code. -CFLAGS-pt-initfini.s = -g0 -fpic -O1 -endif - ifeq ($(subdir),string) CFLAGS-memcmp.c += -Wno-uninitialized endif