Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/arm/quad andlt -> movlt
details: https://anonhg.NetBSD.org/src/rev/fc1d672bf49b
branches: trunk
changeset: 789300:fc1d672bf49b
user: matt <matt%NetBSD.org@localhost>
date: Tue Aug 13 15:44:35 2013 +0000
description:
andlt -> movlt
diffstat:
common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 827dd255f301 -r fc1d672bf49b common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S
--- a/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Tue Aug 13 15:43:25 2013 +0000
+++ b/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Tue Aug 13 15:44:35 2013 +0000
@@ -29,7 +29,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.7 2013/05/09 15:03:40 matt Exp $")
+RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.8 2013/08/13 15:44:35 matt Exp $")
ENTRY(__aeabi_ldivmod)
#if !defined(_KERNEL) && !defined(_STANDALONE)
@@ -139,7 +139,7 @@
mvnge ALO, #0
movge AHI, ALO, lsr #1
movlt ALO, #0
- andlt AHI, AHI, #0x800000000
+ movlt AHI, AHI, #0x800000000
bl PLT_SYM(__aeabi_ldiv0)
pop {r2-r3, ip, lr}
RET
Home |
Main Index |
Thread Index |
Old Index