summaryrefslogtreecommitdiff
path: root/elf/tst-initorder.exp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-19 15:32:35 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-19 16:00:11 -0500
commit968dad0ab1f367a087ff4ad503b511dd0c565adc (patch)
treed13459628d20f7c091850755ebc120fb81156ca3 /elf/tst-initorder.exp
parent86e9235918a715095a1f5bb1c1db28fae7fca22b (diff)
Fix ordering of DSO constructors and destructors.
Diffstat (limited to 'elf/tst-initorder.exp')
-rw-r--r--elf/tst-initorder.exp13
1 files changed, 13 insertions, 0 deletions
diff --git a/elf/tst-initorder.exp b/elf/tst-initorder.exp
new file mode 100644
index 0000000000..8718f65765
--- /dev/null
+++ b/elf/tst-initorder.exp
@@ -0,0 +1,13 @@
+start_a1
+start_a2
+start_b1
+start_b2
+start_a3
+start_a4
+main
+finish_a4
+finish_a3
+finish_b2
+finish_b1
+finish_a2
+finish_a1