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.25-180-g12fb180


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  12fb180108f461c3c6884a512f59c9a4c5dbfb88 (commit)
      from  36fe25fd0ecdb0e73ef4878a5796a6ab4a4d04af (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=12fb180108f461c3c6884a512f59c9a4c5dbfb88

commit 12fb180108f461c3c6884a512f59c9a4c5dbfb88
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Apr 5 14:09:38 2017 -0700

    Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c
    
    	* elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
    	(TEST_FUNCTION_ARGV): New.

diff --git a/ChangeLog b/ChangeLog
index e6fcdd0..c586ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
+	(TEST_FUNCTION_ARGV): New.
+
 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
 
 	* elf/next.c: Import support/test-driver.c instead of
diff --git a/elf/tst-dlopen-aout.c b/elf/tst-dlopen-aout.c
index 34a1cdb..cccc508 100644
--- a/elf/tst-dlopen-aout.c
+++ b/elf/tst-dlopen-aout.c
@@ -63,5 +63,5 @@ do_test (int argc, char *argv[])
   return 0;
 }
 
-#define TEST_FUNCTION do_test (argc, argv)
+#define TEST_FUNCTION_ARGV do_test
 #include <support/test-driver.c>

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

Summary of changes:
 ChangeLog             |    5 +++++
 elf/tst-dlopen-aout.c |    2 +-
 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]