]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 3 Sep 2002 18:43:43 +0000 (18:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 3 Sep 2002 18:43:43 +0000 (18:43 +0000)
2002-09-03  Jakub Jelinek  <jakub@redhat.com>

* locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
newlocale.

ChangeLog
locale/tst-C-locale.c
sysdeps/powerpc/Makefile

index 09bafdb64b4b24293a3888ad33eddfd77a38ef40..b0d92b2e690d5c53899ffef548961a3b1d953575 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
+       newlocale.
+
 2002-09-02  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
index a5cb35dfb98a0339b7bb10fa62fb594d2db9e06c..78ea90fa8000f9a60314f2edb859d78660a45ccd 100644 (file)
@@ -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);
index e6444f2b70854f15d8d1d134c0d642949f6d042a..0737f6f2d33ddf2feae6854469ed610f5c14d705 100644 (file)
@@ -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