about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-27 01:31:43 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-27 01:31:43 +0000
commit6de1f625881347df9380a57bc2e4ff8984ba7533 (patch)
tree01d410c9e2f41c11b0b59421936fe38f27322e35 /ChangeLog
parent3a975ff5762e4c4368f20f7b7e2ed0982ee9332a (diff)
downloadglibc-6de1f625881347df9380a57bc2e4ff8984ba7533.tar.gz
glibc-6de1f625881347df9380a57bc2e4ff8984ba7533.tar.xz
glibc-6de1f625881347df9380a57bc2e4ff8984ba7533.zip
* dlfcn/Makefile: Add rules to build and run bug-atexit3.
	* dlfcn/bug-atexit3.c: New file.
	* dlfcn/bug-atexit3-lib.cc: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2852fb1fdf..256931358b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
 
+	* dlfcn/Makefile: Add rules to build and run bug-atexit3.
+	* dlfcn/bug-atexit3.c: New file.
+	* dlfcn/bug-atexit3-lib.cc: New file.
+
 	* dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
 	used when the namespace is not the base namespace.