diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-28 00:48:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-28 00:48:48 +0000 |
commit | 9c99fa3d310f4652e1f30c9fe7bb69da868b4f46 (patch) | |
tree | 1ce7b7b0309145ecf43561de7f08f84bcdb52c69 /ChangeLog | |
parent | bb548f63d59de945c244c11e9e5668c3916b477a (diff) | |
download | glibc-9c99fa3d310f4652e1f30c9fe7bb69da868b4f46.tar glibc-9c99fa3d310f4652e1f30c9fe7bb69da868b4f46.tar.gz glibc-9c99fa3d310f4652e1f30c9fe7bb69da868b4f46.tar.bz2 glibc-9c99fa3d310f4652e1f30c9fe7bb69da868b4f46.zip |
Update.
* dlfcn/dlerror.c (dlerror): Always create output string which
includes object file name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-12-27 Ulrich Drepper <drepper@redhat.com> + * dlfcn/dlerror.c (dlerror): Always create output string which + includes object file name. + * sysdeps/alpha/alphaev6/memcpy.S: Don't go through unrolled loop if we would go through it only once. Patch by Rick Gorton <rick.gorton@api-networks.com>. |