aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-order-main.c
AgeCommit message (Collapse)Author
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
These tests were skipped by the use-test-skeleton conversion done in commit 29955b5d because they did not have an `int main (void)' declaration. Instead their `main' functions were declared with arguments (i.e. argc, argv) even though they didn't use them. Remove these arguments and include the test skeleton in these tests.
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper