[BZ #2508]
authorRoland McGrath <roland@gnu.org>
Tue, 4 Apr 2006 08:40:47 +0000 (08:40 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 4 Apr 2006 08:40:47 +0000 (08:40 +0000)
2006-04-04  Roland McGrath  <roland@redhat.com>
* string/Makefile (CFLAGS-inl-tester.c): New variable.
(CFLAGS-tst-inlcall.c): Likewise.

[BZ #2508]
* nscd/Makefile ($(objpfx)nscd_stat.o: sysincludes): Move setting
inside [$(have-selinux) = yes].
($(objpfx)selinux.o: sysincludes): Likewise.

* iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C.
(generate-8bit-gap-table): Likewise.
($(objpfx)iso8859-7jp.stmp): Likewise.
Reported by S.Çağlar Onur <caglar@uludag.org.tr>.

ChangeLog
nptl/ChangeLog
string/Makefile

index 50f49b2..650cd7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-04-04  Roland McGrath  <roland@redhat.com>
+
+       * string/Makefile (CFLAGS-inl-tester.c): New variable.
+       (CFLAGS-tst-inlcall.c): Likewise.
+
+       [BZ #2508]
+       * nscd/Makefile ($(objpfx)nscd_stat.o: sysincludes): Move setting
+       inside [$(have-selinux) = yes].
+       ($(objpfx)selinux.o: sysincludes): Likewise.
+
+       * iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C.
+       (generate-8bit-gap-table): Likewise.
+       ($(objpfx)iso8859-7jp.stmp): Likewise.
+       Reported by S.Çağlar Onur <caglar@uludag.org.tr>.
+
 2006-03-21  Joseph S. Myers  <joseph@codesourcery.com>
 
        * soft-fp/adddf3.c: Add libgcc exception.  Update FSF address.
        * soft-fp/unordsf2.c: Likewise.
        * soft-fp/unordtf2.c: Likewise.
 
-2006-04-04  Roland McGrath  <roland@redhat.com>
-
-       [BZ #2508]
-       * nscd/Makefile ($(objpfx)nscd_stat.o: sysincludes): Move setting
-       inside [$(have-selinux) = yes].
-       ($(objpfx)selinux.o: sysincludes): Likewise.
-
-       * iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C.
-       (generate-8bit-gap-table): Likewise.
-       ($(objpfx)iso8859-7jp.stmp): Likewise.
-       Reported by S.Çağlar Onur <caglar@uludag.org.tr>.
-
 2006-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
 
        [BZ #2505]
index ed3f084..bb580c1 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       [BZ #2505]
+       * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h [_ARCH_PWR4]:
+       Define __lll_rel_instr using lwsync.
+
 2006-03-27  Ulrich Drepper  <drepper@redhat.com>
 
        * allocatestack.c (allocate_stack): Always initialize robust_head.
index 8f9b2ac..7c11c1a 100644 (file)
@@ -64,10 +64,12 @@ inl-tester-ENV = LANGUAGE=C
 noinl-tester-ENV = LANGUAGE=C
 tst-strxfrm-ENV = LOCPATH=$(common-objpfx)localedata
 bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata
+CFLAGS-inl-tester.c = -fno-builtin
 CFLAGS-noinl-tester.c = -fno-builtin
 CFLAGS-tst-strlen.c = -fno-builtin
 CFLAGS-stratcliff.c = -fno-builtin
 CFLAGS-test-ffs.c = -fno-builtin
+CFLAGS-tst-inlcall.c = -fno-builtin
 
 ifeq ($(cross-compiling),no)
 tests: $(objpfx)tst-svc.out