From 993e3107af67edefcfc79a62ae55f7b98aa5151e Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 1 Apr 2019 15:58:37 +0700 Subject: alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54b90015ad..a514308225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-04-01 Uros Bizjak + + * 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 * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat): -- cgit v1.2.3