diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-19 15:32:35 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-19 16:00:11 -0500 |
commit | 968dad0ab1f367a087ff4ad503b511dd0c565adc (patch) | |
tree | d13459628d20f7c091850755ebc120fb81156ca3 /elf/tst-initorder.exp | |
parent | 86e9235918a715095a1f5bb1c1db28fae7fca22b (diff) | |
download | glibc-968dad0ab1f367a087ff4ad503b511dd0c565adc.tar glibc-968dad0ab1f367a087ff4ad503b511dd0c565adc.tar.gz glibc-968dad0ab1f367a087ff4ad503b511dd0c565adc.tar.bz2 glibc-968dad0ab1f367a087ff4ad503b511dd0c565adc.zip |
Fix ordering of DSO constructors and destructors.
Diffstat (limited to 'elf/tst-initorder.exp')
-rw-r--r-- | elf/tst-initorder.exp | 13 |
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 |