summaryrefslogtreecommitdiff
path: root/elf/tst-initorder2.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-22 16:08:16 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-22 16:08:16 -0400
commite888bcbe4fb8ad538ec640bfb18b687d51e001e7 (patch)
tree95d9ee2186182388c15bd6245d4b1cf702ec34c2 /elf/tst-initorder2.exp
parent91b392a4bab0c2dc90e7e3ff914dec20b97adca8 (diff)
Correct cycle detection during dependency sorting
Diffstat (limited to 'elf/tst-initorder2.exp')
-rw-r--r--elf/tst-initorder2.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/elf/tst-initorder2.exp b/elf/tst-initorder2.exp
new file mode 100644
index 0000000000..5169489b85
--- /dev/null
+++ b/elf/tst-initorder2.exp
@@ -0,0 +1,9 @@
+init: d
+init: c
+init: b
+init: a
+main
+fini: a
+fini: b
+fini: c
+fini: d