This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-210-gfe77fe6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fe77fe6d5155d224edfebbccdbfbc68f62e750dc (commit)
      from  3a09b6208d9ac9ef1563be63c56a56f1f45e4909 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fe77fe6d5155d224edfebbccdbfbc68f62e750dc

commit fe77fe6d5155d224edfebbccdbfbc68f62e750dc
Author: Tom de Vries <tom@codesourcery.com>
Date:   Mon Feb 11 22:06:00 2013 +0100

    Remove dead CFLAGS lines from string/Makefile

diff --git a/ChangeLog b/ChangeLog
index 90710f7..449755f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-11  Tom de Vries  <tom@codesourcery.com>
+
+	* string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
+	Remove.
+
 2013-02-11  Roland McGrath  <roland@hack.frob.com>
 
 	* misc/sys/mman.h: Fix typo in mremap comment.
diff --git a/string/Makefile b/string/Makefile
index 44bbd0c..894bae4 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -75,8 +75,6 @@ CFLAGS-tst-strlen.c = -fno-builtin
 CFLAGS-stratcliff.c = -fno-builtin
 CFLAGS-test-ffs.c = -fno-builtin
 CFLAGS-tst-inlcall.c = -fno-builtin
-CFLAGS-bug-strstr1.c = -fno-builtin
-CFLAGS-bug-strcasestr1.c = -fno-builtin
 
 ifeq ($(run-built-tests),yes)
 tests: $(objpfx)tst-svc.out

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    5 +++++
 string/Makefile |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]