diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-27 01:31:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-27 01:31:43 +0000 |
commit | 6de1f625881347df9380a57bc2e4ff8984ba7533 (patch) | |
tree | 01d410c9e2f41c11b0b59421936fe38f27322e35 /ChangeLog | |
parent | 3a975ff5762e4c4368f20f7b7e2ed0982ee9332a (diff) | |
download | glibc-6de1f625881347df9380a57bc2e4ff8984ba7533.tar.gz |
* 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |