Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/01/2003 06:19:38
Module Name: src
Committed By: thorpej
Date: Sat Mar 1 04:19:38 UTC 2003
Modified Files:
src/lib/libc/stdlib: atexit.c atexit.h exit.c
Log Message:
Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),
as specified by the C++ ABI for Itanium. Despite the ABI document's name,
many of the items in it are implemented for other architectures.
See the following URL for a reference:
http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
Fixes lib/18379 (from Joel Baker).
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libc/stdlib/atexit.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/stdlib/atexit.h
cvs rdiff -r1.8 -r1.9 src/lib/libc/stdlib/exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.