* stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in
commita3c88553729c1c4dcd4f893a96b4668bce640ee5
authorUlrich Drepper <drepper@redhat.com>
Sun, 18 Dec 2005 17:32:37 +0000 (18 17:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 18 Dec 2005 17:32:37 +0000 (18 17:32 +0000)
treed6660a25aa0a3a8b86fccfe2efbd2155e0893e97
parent3467f5c369a10ef19c8df38fb282c7763f36d66f
* stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer.  Fill in

flavor field last and protect with memory barrier.
* stdlib/on_exit.c: Likewise.
* stdlib/cxa_finalize.c: Use PTR_DEMANGLE on function pointer before
using it.
* stdlib/exit.c: Likewise.
ChangeLog
stdlib/cxa_atexit.c
stdlib/cxa_finalize.c
stdlib/exit.c
stdlib/on_exit.c