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-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
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);
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