Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c

* elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
	(TEST_FUNCTION_ARGV): New.
This commit is contained in:
H.J. Lu 2017-04-05 14:09:38 -07:00
parent 36fe25fd0e
commit 12fb180108
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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>