]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 5 Apr 2017 21:09:38 +0000 (14:09 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 5 Apr 2017 21:09:38 +0000 (14:09 -0700)
* elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
(TEST_FUNCTION_ARGV): New.

ChangeLog
elf/tst-dlopen-aout.c

index e6fcdd086d1dc005a624b1e8c202aeaa8e2c06e7..c586ef2e5dce6db0e013515b960e793c3bb7a2a7 100644 (file)
--- 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
index 34a1cdbf506ed9b787e14088b1c861d9fea37f12..cccc5089664ef6a97f12f7ef804355b92a08dcea 100644 (file)
@@ -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>