From: H.J. Lu Date: Wed, 5 Apr 2017 21:09:38 +0000 (-0700) Subject: Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c X-Git-Tag: glibc-2.26~646 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12fb180108f461c3c6884a512f59c9a4c5dbfb88;p=thirdparty%2Fglibc.git 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 e6fcdd086d1..c586ef2e5dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-04-05 H.J. Lu + + * elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed. + (TEST_FUNCTION_ARGV): New. + 2017-04-05 Wainer dos Santos Moschetta * 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 34a1cdbf506..cccc5089664 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