summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-11 19:25:07 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-11 19:25:07 +0000
commit3bbddbe4a37ebd5e015fea42065db59966444224 (patch)
tree7d9e9a7f89c1bac0b241980aed9cd7de61d26764 /ChangeLog
parentbeb5387cf656c281f9cc81d6a04f1085fe534c9a (diff)
Update.
2001-01-11 Ulrich Drepper <drepper@redhat.com> * stdlib/Makefile (routines): Add cxa_on_exit. * stdlib/Versions [libc] (GLIBC_2.2.1): Add __cxa_on_exit. * stdlib/cxa_on_exit.c: New file. * include/stdlib.h: Add prototype for __cxa_on_exit. * stdlib/exit.c: Handle ef_cxa2. * stdlib/exit.h (enum): Add ef_cxa2. (struct exit_function): Add cxa2. * Versions.def [ld]: Add GLIBC_2.2.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 930424e2e4..790c44ce67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-01-11 Ulrich Drepper <drepper@redhat.com>
+
+ * stdlib/Makefile (routines): Add cxa_on_exit.
+ * stdlib/Versions [libc] (GLIBC_2.2.1): Add __cxa_on_exit.
+ * stdlib/cxa_on_exit.c: New file.
+ * include/stdlib.h: Add prototype for __cxa_on_exit.
+ * stdlib/exit.c: Handle ef_cxa2.
+ * stdlib/exit.h (enum): Add ef_cxa2.
+ (struct exit_function): Add cxa2.
+
+ * Versions.def [ld]: Add GLIBC_2.2.1.
+
2001-01-10 H.J. Lu <hjl@gnu.org>
* elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries.