diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-01 04:46:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-01 04:46:27 +0000 |
commit | 955891779a86983ab073ebe2de1347ee40ed1f68 (patch) | |
tree | 4c0ca19d2754383b8fdd5ce7c30c0cd3b044eb6f /ChangeLog | |
parent | a81289237c83f9f6c70430e55557d15df720aec1 (diff) | |
download | glibc-955891779a86983ab073ebe2de1347ee40ed1f68.tar glibc-955891779a86983ab073ebe2de1347ee40ed1f68.tar.gz glibc-955891779a86983ab073ebe2de1347ee40ed1f68.tar.bz2 glibc-955891779a86983ab073ebe2de1347ee40ed1f68.zip |
Update.
2001-10-31 Ulrich Drepper <drepper@redhat.com>
* elf/dl-load.c (_dl_map_object): Make code a bit more compact by
avoiding unnecessary duplication.
2001-10-31 Jakub Jelinek <jakub@redhat.com>
* elf/dl-load.c (_dl_map_object): If library was found using
LD_LIBRARY_PATH, don't try RUNPATH list.
2001-10-29 Kevin Ryde <user42@zip.com.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2001-10-31 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-load.c (_dl_map_object): Make code a bit more compact by + avoiding unnecessary duplication. + +2001-10-31 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-load.c (_dl_map_object): If library was found using + LD_LIBRARY_PATH, don't try RUNPATH list. + 2001-10-31 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/register-dump (REGISTER_DUMP): @@ -37,7 +47,7 @@ * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions. -2001-10-29 Kevin Ryde <user42@zip.com.au> +2001-10-29 Kevin Ryde <user42@zip.com.au> * manual/stdio.texi (Integer Conversions): Corrections to sample printf output, clarify `#' behaviour on 0. |