about summary refs log tree commit diff
path: root/REORG.TODO/elf/tst-initorder2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/tst-initorder2.exp')
-rw-r--r--REORG.TODO/elf/tst-initorder2.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/REORG.TODO/elf/tst-initorder2.exp b/REORG.TODO/elf/tst-initorder2.exp
new file mode 100644
index 0000000000..5169489b85
--- /dev/null
+++ b/REORG.TODO/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