mirror of git://sourceware.org/git/glibc.git
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:
parent
36fe25fd0e
commit
12fb180108
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue