diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-31 17:23:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-31 17:23:45 +0000 |
commit | 7afab53d438e9fdc3060c20cf855235aa5ef6f49 (patch) | |
tree | 2e6dcf9891303ea88e048c86faab6c4a1377a9e8 /ChangeLog | |
parent | bfce746a87e205a682b85e144e056029a8a30d07 (diff) | |
download | glibc-7afab53d438e9fdc3060c20cf855235aa5ef6f49.zip glibc-7afab53d438e9fdc3060c20cf855235aa5ef6f49.tar.gz glibc-7afab53d438e9fdc3060c20cf855235aa5ef6f49.tar.bz2 |
Update.
1998-08-31 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-close.c (_dl_close): Update _dl_loaded if the first
object on the list is removed. Don't use this code for PIC.
Reported by HJ Lu [PR libc/770].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1998-08-31 Ulrich Drepper <drepper@cygnus.com> + + * elf/dl-close.c (_dl_close): Update _dl_loaded if the first + object on the list is removed. Don't use this code for PIC. + Reported by HJ Lu [PR libc/770]. + 1998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com> * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include. |