From 359157a5a78c2051b06dca9faf4bdc0bc11f519a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Apr 2006 08:40:47 +0000 Subject: [PATCH] [BZ #2508] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2006-04-04 Roland McGrath * 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 . --- ChangeLog | 27 +++++++++++++++------------ nptl/ChangeLog | 6 ++++++ string/Makefile | 2 ++ 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50f49b262c..650cd7ae78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-04-04 Roland McGrath + + * 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 . + 2006-03-21 Joseph S. Myers * soft-fp/adddf3.c: Add libgcc exception. Update FSF address. @@ -71,18 +86,6 @@ * soft-fp/unordsf2.c: Likewise. * soft-fp/unordtf2.c: Likewise. -2006-04-04 Roland McGrath - - [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 . - 2006-04-03 Steven Munroe [BZ #2505] diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ed3f08438c..bb580c148f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2006-04-03 Steven Munroe + + [BZ #2505] + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h [_ARCH_PWR4]: + Define __lll_rel_instr using lwsync. + 2006-03-27 Ulrich Drepper * allocatestack.c (allocate_stack): Always initialize robust_head. diff --git a/string/Makefile b/string/Makefile index 8f9b2ac371..7c11c1ac22 100644 --- a/string/Makefile +++ b/string/Makefile @@ -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 -- 2.11.4.GIT