[BZ #1158]
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Sep 2005 00:14:50 +0000 (00:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Sep 2005 00:14:50 +0000 (00:14 +0000)
commit7237d704179869ecff1d00fd78ff90bce7a9edf3
treebf65cb96eed298e57537c07a1645cc6c4a6805b6
parentb6caa3a6151d02ae94515c198c5d78fa296562f5
[BZ #1158]

* stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in
which the functions were registered.
* dlfcn/Makefile: Add rules to build and run bug-atexit1 and
bug-atexit2.
* dlfcn/bug-atext1.c: New file.
* dlfcn/bug-atext1-lib.c: New file.
* dlfcn/bug-atext2.c: New file.
* dlfcn/bug-atext2-lib.c: New file.
ChangeLog
dlfcn/Makefile
dlfcn/bug-atexit1-lib.c [new file with mode: 0644]
dlfcn/bug-atexit1.c [new file with mode: 0644]
dlfcn/bug-atexit2-lib.c [new file with mode: 0644]
dlfcn/bug-atexit2.c [new file with mode: 0644]