diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2019-04-01 15:58:37 +0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2019-04-01 16:00:37 +0700 |
commit | 993e3107af67edefcfc79a62ae55f7b98aa5151e (patch) | |
tree | 449aa8a58d1397aeb3d39b7fb106f0821ef1ef85 /ChangeLog | |
parent | d5ecee822e72a2fd156338ab2be2f2e70a1da55a (diff) | |
download | glibc-993e3107af67edefcfc79a62ae55f7b98aa5151e.tar.gz glibc-993e3107af67edefcfc79a62ae55f7b98aa5151e.tar.xz glibc-993e3107af67edefcfc79a62ae55f7b98aa5151e.zip |
alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.S
* sysdeps/alpha/divqu.S (__divqu): Move save of $f0 and excb after conditional branch to DIVBYZERO. Fix unwind info. * sysdeps/alpha/remqu.S (__remqu): Move saves of $f0, $f1, $f2 and excb after conditional branch to $powerof2. Add missing unop instructions and .align directives and reorder instructions to match __divqu. Signed-off-by: Uroš Bizjak <ubizjak@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 54b90015ad..a514308225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-04-01 Uros Bizjak <ubizjak@gmail.com> + + * sysdeps/alpha/divqu.S (__divqu): Move save of $f0 and excb after + conditional branch to DIVBYZERO. Fix unwind info. + * sysdeps/alpha/remqu.S (__remqu): Move saves of $f0, $f1, $f2 and + excb after conditional branch to $powerof2. Add missing unop + instructions and .align directives and reorder instructions to + match __divqu. + 2019-04-01 Richard Henderson <rth@twiddle.net> * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat): |