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-425-g223813f


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  223813fbe5011255e8625a8a7914685d1e2e1233 (commit)
      from  fb8d00fc92e2b11b6ed7fc3a3672cc0ade5dca36 (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=223813fbe5011255e8625a8a7914685d1e2e1233

commit 223813fbe5011255e8625a8a7914685d1e2e1233
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Sep 25 12:21:29 2012 -0700

    Update comments for __libc_func

diff --git a/ChangeLog.test-ifunc b/ChangeLog.test-ifunc
index 3970be4..aac14fb 100644
--- a/ChangeLog.test-ifunc
+++ b/ChangeLog.test-ifunc
@@ -1,3 +1,7 @@
+2012-09-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* include/libc-func.h (__libc_func): Update comments.
+
 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* Rules (binaries-ifunc-tests): Moved before "others".
diff --git a/include/libc-func.h b/include/libc-func.h
index e2a340a..467c7f2 100644
--- a/include/libc-func.h
+++ b/include/libc-func.h
@@ -30,7 +30,8 @@ struct libc_func_test
 /* Initializer for struct libc_func_test entry.  */
 #define LIBC_FUNC_INIT(fn) { #fn, (void (*) (void)) fn }
 
-/* Return the NULL terminated array of functions.  */
+/* Return the NULL terminated array of IFUNC implementations supported
+   on target machine.  */
 extern const struct libc_func_test *__libc_func (const char *);
 
 #endif /* libc-func.h */

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

Summary of changes:
 ChangeLog.test-ifunc |    4 ++++
 include/libc-func.h  |    3 ++-
 2 files changed, 6 insertions(+), 1 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]