diff options
author | Richard Henderson <rth@redhat.com> | 2004-07-30 18:15:57 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-07-30 18:15:57 +0000 |
commit | 80574c92d70da99607ba25f734b30852c64d4208 (patch) | |
tree | 477e986da45fde72607b689b55ada36075c5acff /ChangeLog | |
parent | d1091a21f5ce582e2c9c8cd60378634563d0cc98 (diff) | |
download | glibc-80574c92d70da99607ba25f734b30852c64d4208.tar.gz glibc-80574c92d70da99607ba25f734b30852c64d4208.tar.xz glibc-80574c92d70da99607ba25f734b30852c64d4208.zip |
* sysdeps/alpha/divq.S: Save t3 before it gets clobbered. * sysdeps/alpha/remq.S: Likewise. * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the new division algorithms in divl.S and divq.S respectively.
2004-07-30 Richard Henderson <rth@redhat.com> * sysdeps/alpha/divq.S: Save t3 before it gets clobbered. * sysdeps/alpha/remq.S: Likewise. * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the new division algorithms in divl.S and divq.S respectively.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 15a0012898..38000c9e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-30 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/divq.S: Save t3 before it gets clobbered. + * sysdeps/alpha/remq.S: Likewise. + * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the + new division algorithms in divl.S and divq.S respectively. + 2004-07-28 GOTO Masanori <gotom@debian.or.jp> * timezone/asia: Update from tzdata2004b. |