diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-22 16:08:16 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-22 16:08:16 -0400 |
commit | e888bcbe4fb8ad538ec640bfb18b687d51e001e7 (patch) | |
tree | 95d9ee2186182388c15bd6245d4b1cf702ec34c2 /elf/tst-initorder2.exp | |
parent | 91b392a4bab0c2dc90e7e3ff914dec20b97adca8 (diff) | |
download | glibc-e888bcbe4fb8ad538ec640bfb18b687d51e001e7.tar.gz glibc-e888bcbe4fb8ad538ec640bfb18b687d51e001e7.tar.xz glibc-e888bcbe4fb8ad538ec640bfb18b687d51e001e7.zip |
Correct cycle detection during dependency sorting
Diffstat (limited to 'elf/tst-initorder2.exp')
-rw-r--r-- | elf/tst-initorder2.exp | 9 |
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 |