diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-09 11:42:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-09 11:42:30 +0000 |
commit | c41baa797637904ab405f14b78e722176abbdca1 (patch) | |
tree | 720faabeff78ecdd3175c541e6a7be15152f82e1 /ChangeLog | |
parent | c4db7573223ad5add43eaf89b08829a0225a8a03 (diff) | |
download | glibc-c41baa797637904ab405f14b78e722176abbdca1.tar glibc-c41baa797637904ab405f14b78e722176abbdca1.tar.gz glibc-c41baa797637904ab405f14b78e722176abbdca1.tar.bz2 glibc-c41baa797637904ab405f14b78e722176abbdca1.zip |
Update.
1999-06-09 Jakub Jelinek <jj@ultra.linux.cz>
* stdlib/longlong.h: gas changed sethi handling when without
%hi(). Fix assembly.
* sysdeps/generic/dl-cache.c (_dl_cache_lookup): Allow
port specific cache id checks.
* sysdeps/generic/dl-cache.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-06-09 Jakub Jelinek <jj@ultra.linux.cz> + + * stdlib/longlong.h: gas changed sethi handling when without + %hi(). Fix assembly. + * sysdeps/generic/dl-cache.c (_dl_cache_lookup): Allow + port specific cache id checks. + * sysdeps/generic/dl-cache.h: New file. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: New file. + 1999-06-08 Ulrich Drepper <drepper@cygnus.com> * gmon/gmon.c: Remove advertising clause of copyright. |