cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c
Alexander Kabaev
kan at FreeBSD.org
Fri Dec 19 09:11:21 PST 2003
kan 2003/12/19 09:11:20 PST
FreeBSD src repository
Modified files:
lib/libc/stdlib atexit.c atexit.h exit.c
Log:
Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
ó++ ABI document at http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
The ABI was initially defined for ia64, but GCC3 and Intel compilers
have adopted it on other platforms.
This is the patch from PR bin/59552 with a number of changes by
me.
PR: bin/59552
Submitted by: Bradley T Hughes (bhughes at trolltech dot com)
Revision Changes Path
1.7 +101 -7 src/lib/libc/stdlib/atexit.c
1.3 +1 -7 src/lib/libc/stdlib/atexit.h
1.7 +1 -6 src/lib/libc/stdlib/exit.c
More information about the cvs-src
mailing list