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 hjl/ifunc/test updated. glibc-2.16-ports-merge-420-g1fd227f


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, hjl/ifunc/test has been updated
       via  1fd227f934f5bc1f23166a861a7625ec2080da04 (commit)
       via  20bfc66bdcf7139cdce0378da5f43a90000cede9 (commit)
      from  a101127300a36f50a8c34d4f2ee3d07aafaa0612 (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=1fd227f934f5bc1f23166a861a7625ec2080da04

commit 1fd227f934f5bc1f23166a861a7625ec2080da04
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Sep 23 14:49:05 2012 -0700

    Remove trailing whitespaces

diff --git a/sysdeps/x86_64/multiarch/libc-func.c b/sysdeps/x86_64/multiarch/libc-func.c
index 343deb5..73caeeb 100644
--- a/sysdeps/x86_64/multiarch/libc-func.c
+++ b/sysdeps/x86_64/multiarch/libc-func.c
@@ -235,7 +235,7 @@ find_strcasecmp (void)
   return strcasecmp_list + (HAS_AVX
 			    ? 0
 			    : (HAS_SSE4_2
-			       ? 1 : (HAS_SSSE3 
+			       ? 1 : (HAS_SSSE3
 				      ? 2 : 3)));
 }
 

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=20bfc66bdcf7139cdce0378da5f43a90000cede9

commit 20bfc66bdcf7139cdce0378da5f43a90000cede9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Sep 23 14:42:09 2012 -0700

    Rename libc-test.[ch] to libc-func.[ch]

diff --git a/ChangeLog.test-ifunc b/ChangeLog.test-ifunc
index cb8d519..543909c 100644
--- a/ChangeLog.test-ifunc
+++ b/ChangeLog.test-ifunc
@@ -1,5 +1,22 @@
 2012-09-23  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* Makeconfig (link-libc-ifunc): Replace libc-test.o with
+	libc-func.o.
+	(link-libc-ifunc-tests): Likewise.
+	(link-libc-static-ifunc-tests): Likewise.
+	* Makerules ($(common-objpfx)libc_ifunc.so): Replace libc-test.os
+	with libc-func.os.
+	* include/libc-test.h: Renamed to ...
+	* include/libc-func.h: This.
+	* sysdeps/generic/libc-test.c: Renamed to ...
+	* sysdeps/generic/libc-func.c: This.
+	* sysdeps/i386/i686/multiarch/libc-test.c: Renamed to ...
+	* sysdeps/i386/i686/multiarch/libc-func.c: This.
+	* sysdeps/x86_64/multiarch/libc-test.c: Renamed to ...
+	* sysdeps/x86_64/multiarch/libc-func.c: This.
+
+2012-09-23  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* scripts/versions.awk: Ensure GLIBC_ versions come always first
 	in libc_ifunc.map.
 
diff --git a/Makeconfig b/Makeconfig
index fe33a9e..ae5a566 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -505,8 +505,8 @@ nssobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)nss)
 resolvobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)resolv)
 link-libc = $(common-objpfx)libc.a $(otherlibs) $(gnulib) $(common-objpfx)libc.a $(gnulib)
 link-libc-tests = $(common-objpfx)libc.a $(otherlibs) $(gnulib-tests) $(common-objpfx)libc.a $(gnulib-tests)
-link-libc-ifunc = $(common-objpfx)string/libc-test.o $(common-objpfx)libc.a $(otherlibs) $(gnulib) $(common-objpfx)libc.a $(gnulib)
-link-libc-ifunc-tests = $(common-objpfx)string/libc-test.o $(common-objpfx)libc.a $(otherlibs) $(gnulib-tests) $(common-objpfx)libc.a $(gnulib-tests)
+link-libc-ifunc = $(common-objpfx)string/libc-func.o $(common-objpfx)libc.a $(otherlibs) $(gnulib) $(common-objpfx)libc.a $(gnulib)
+link-libc-ifunc-tests = $(common-objpfx)string/libc-func.o $(common-objpfx)libc.a $(otherlibs) $(gnulib-tests) $(common-objpfx)libc.a $(gnulib-tests)
 endif
 endif
 
@@ -533,7 +533,7 @@ endif
 # The static libraries.
 link-libc-static = -Wl,--start-group $(common-objpfx)libc.a $(static-gnulib) -Wl,--end-group
 link-libc-static-tests = -Wl,--start-group $(common-objpfx)libc.a $(static-gnulib-tests) -Wl,--end-group
-link-libc-static-ifunc-tests = -Wl,--start-group $(common-objpfx)libc.a $(common-objpfx)string/libc-test.o $(static-gnulib-tests) -Wl,--end-group
+link-libc-static-ifunc-tests = -Wl,--start-group $(common-objpfx)libc.a $(common-objpfx)string/libc-func.o $(static-gnulib-tests) -Wl,--end-group
 link-libc-bounded = $(common-objpfx)libc_b.a $(gnulib) $(common-objpfx)libc_b.a
 
 # How to link against libgcc.  Some libgcc functions, such as those
diff --git a/Makerules b/Makerules
index cd109ba..dca9589 100644
--- a/Makerules
+++ b/Makerules
@@ -599,7 +599,7 @@ $(common-objpfx)libc.so: $(elfobjdir)/soinit.os \
 	$(build-shlib)
 $(common-objpfx)libc_ifunc.so: $(elfobjdir)/soinit.os \
 			       $(common-objpfx)libc_pic.os$(libc_pic_clean) \
-			       $(common-objpfx)string/libc-test.os \
+			       $(common-objpfx)string/libc-func.os \
 			       $(elfobjdir)/sofini.os \
 			       $(elfobjdir)/interp.os $(elfobjdir)/ld.so \
 			       $(shlib-lds)
diff --git a/include/libc-test.h b/include/libc-func.h
similarity index 90%
rename from include/libc-test.h
rename to include/libc-func.h
index d278b2d..e2a340a 100644
--- a/include/libc-test.h
+++ b/include/libc-func.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -16,8 +16,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#ifndef _LIBC_TEST_H
-#define _LIBC_TEST_H	1
+#ifndef _LIBC_FUNC_H
+#define _LIBC_FUNC_H	1
 
 struct libc_func_test
 {
@@ -33,4 +33,4 @@ struct libc_func_test
 /* Return the NULL terminated array of functions.  */
 extern const struct libc_func_test *__libc_func (const char *);
 
-#endif /* libc-test.h */
+#endif /* libc-func.h */
diff --git a/string/test-string.h b/string/test-string.h
index b37329c..074a79c 100644
--- a/string/test-string.h
+++ b/string/test-string.h
@@ -50,7 +50,7 @@ extern impl_t __start_impls[], __stop_impls[];
 #include <error.h>
 #include <errno.h>
 #include <time.h>
-#include <libc-test.h>
+#include <libc-func.h>
 #define GL(x) _##x
 #define GLRO(x) _##x
 #include <hp-timing.h>
diff --git a/sysdeps/generic/libc-test.c b/sysdeps/generic/libc-func.c
similarity index 97%
rename from sysdeps/generic/libc-test.c
rename to sysdeps/generic/libc-func.c
index 672e1e4..d535a8a 100644
--- a/sysdeps/generic/libc-test.c
+++ b/sysdeps/generic/libc-func.c
@@ -17,7 +17,7 @@
    02111-1307 USA.  */
 
 #include <stdlib.h>
-#include <libc-test.h>
+#include <libc-func.h>
 
 /* Return the NULL terminated array of functions.  */
 
diff --git a/sysdeps/i386/i686/multiarch/libc-test.c b/sysdeps/i386/i686/multiarch/libc-func.c
similarity index 99%
rename from sysdeps/i386/i686/multiarch/libc-test.c
rename to sysdeps/i386/i686/multiarch/libc-func.c
index 0bf64fb..c445a71 100644
--- a/sysdeps/i386/i686/multiarch/libc-test.c
+++ b/sysdeps/i386/i686/multiarch/libc-func.c
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <wchar.h>
-#include <libc-test.h>
+#include <libc-func.h>
 #include "init-arch.h"
 
 #define find_memcmp()		NULL
diff --git a/sysdeps/x86_64/multiarch/libc-test.c b/sysdeps/x86_64/multiarch/libc-func.c
similarity index 99%
rename from sysdeps/x86_64/multiarch/libc-test.c
rename to sysdeps/x86_64/multiarch/libc-func.c
index 809bf76..343deb5 100644
--- a/sysdeps/x86_64/multiarch/libc-test.c
+++ b/sysdeps/x86_64/multiarch/libc-func.c
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <wchar.h>
-#include <libc-test.h>
+#include <libc-func.h>
 #include "init-arch.h"
 
 #define find_memcmp()		NULL

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

Summary of changes:
 ChangeLog.test-ifunc                    |   17 +
 Makeconfig                              |    6 +-
 Makerules                               |    2 +-
 include/libc-func.h                     |   36 ++
 include/libc-test.h                     |   36 --
 string/test-string.h                    |    2 +-
 sysdeps/generic/libc-func.c             |   28 +
 sysdeps/generic/libc-test.c             |   28 -
 sysdeps/i386/i686/multiarch/libc-func.c |  928 +++++++++++++++++++++++++++++++
 sysdeps/i386/i686/multiarch/libc-test.c |  928 -------------------------------
 sysdeps/x86_64/multiarch/libc-func.c    |  789 ++++++++++++++++++++++++++
 sysdeps/x86_64/multiarch/libc-test.c    |  789 --------------------------
 12 files changed, 1803 insertions(+), 1786 deletions(-)
 create mode 100644 include/libc-func.h
 delete mode 100644 include/libc-test.h
 create mode 100644 sysdeps/generic/libc-func.c
 delete mode 100644 sysdeps/generic/libc-test.c
 create mode 100644 sysdeps/i386/i686/multiarch/libc-func.c
 delete mode 100644 sysdeps/i386/i686/multiarch/libc-test.c
 create mode 100644 sysdeps/x86_64/multiarch/libc-func.c
 delete mode 100644 sysdeps/x86_64/multiarch/libc-test.c


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]