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 /stdlib/longlong.h | |
parent | c4db7573223ad5add43eaf89b08829a0225a8a03 (diff) | |
download | glibc-c41baa797637904ab405f14b78e722176abbdca1.tar.gz glibc-c41baa797637904ab405f14b78e722176abbdca1.tar.xz 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 'stdlib/longlong.h')
-rw-r--r-- | stdlib/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h index c0ec1859c8..37ea646b34 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1220,7 +1220,7 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); srlx %7,32,%5 mulx %3,%5,%3 mulx %2,%5,%5 - sethi 0x80000000,%2 + sethi %%hi(0x80000000),%2 addcc %4,%3,%4 srlx %4,32,%4 add %2,%2,%2 |