about summary refs log tree commit diff
path: root/elf/tst-order-main.c
Commit message (Collapse)AuthorAgeFilesLines
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
| | | | | | | | | 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.
* Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-191-0/+10