diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-26 18:18:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-26 18:18:04 +0000 |
commit | 419505579c2befc057e2687f6d7b948c417bae2c (patch) | |
tree | ebd3ea9d8f118255b01a8522da949a261d38ba16 | |
parent | 44ea104ffe22a5ef7f1415be01cd3d5c0b3c5ab4 (diff) | |
download | glibc-419505579c2befc057e2687f6d7b948c417bae2c.tar.gz glibc-419505579c2befc057e2687f6d7b948c417bae2c.tar.xz glibc-419505579c2befc057e2687f6d7b948c417bae2c.zip |
Update.
1999-06-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/dl-deps.c (_dl_map_object_deps): When looking for the next occurence of the aux object start with the current list entry, not the new one. Adjust tail pointer in the unique list. Explain how the meaning of the variables changes [PR libc/1168].
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 20aa5bff45..e910a50800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-06-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * elf/dl-deps.c (_dl_map_object_deps): When looking for the next + occurence of the aux object start with the current list entry, not + the new one. Adjust tail pointer in the unique list. Explain how + the meaning of the variables changes [PR libc/1168]. + 1999-06-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/fpu/Dist: New file. |