about summary refs log tree commit diff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-27 21:50:29 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-27 21:50:29 +0000
commitc41041bc2f84eb8f44ff36c3d14e55944185e665 (patch)
treec545add82b7ed403c5494a121f7f56ae724601c7 /stdlib/Makefile
parent8892c471bf1078c28adb239a4866a01356651843 (diff)
downloadglibc-c41041bc2f84eb8f44ff36c3d14e55944185e665.tar.gz
glibc-c41041bc2f84eb8f44ff36c3d14e55944185e665.tar.xz
glibc-c41041bc2f84eb8f44ff36c3d14e55944185e665.zip
Update.
1999-12-17  Andreas Jaeger  <aj@suse.de>

	* stdlib/Versions: Export __cxa_atexit and __cxa_finalize.

1999-12-16  Mark Mitchell  <mark@codesourcery.com>

	* stdlib/Makefile (routines): Add cxa_atexit and cxa_finalize.
	* stdlib/exit.h (flavor): Add ef_cxa.
	(exit_function): Add cxa variant.
	* stdlib/exit.c (exit): Handle ef_cxa exit functions.
	* stdlib/cxa_atexit.c: New file.
	* stdlib/cxa_finalize.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index ee7039f8c2..29adea4425 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -29,7 +29,7 @@ routines	:=							      \
 	abort								      \
 	bsearch qsort msort						      \
 	getenv putenv setenv secure-getenv				      \
-	exit on_exit atexit						      \
+	exit on_exit atexit cxa_atexit cxa_finalize			      \
 	abs labs llabs							      \
 	div ldiv lldiv							      \
 	mblen mbstowcs mbtowc wcstombs wctomb				      \