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 Don't use old syntax - it brea...
details: https://anonhg.NetBSD.org/src/rev/0cf92638516f
branches: trunk
changeset: 786757:0cf92638516f
user: skrll <skrll%NetBSD.org@localhost>
date: Thu May 09 07:12:59 2013 +0000
description:
Don't use old syntax - it breaks the build. hi matt.
diffstat:
common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r a3fa1430ab4b -r 0cf92638516f common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S
--- a/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Wed May 08 20:03:02 2013 +0000
+++ b/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Thu May 09 07:12:59 2013 +0000
@@ -29,7 +29,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.5 2013/05/08 05:13:56 matt Exp $")
+RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.6 2013/05/09 07:12:59 skrll Exp $")
ENTRY(__aeabi_ldivmod)
orrs ip, r2, r3
@@ -132,7 +132,7 @@
.Ldivbyzero:
push {r0-r1, ip, lr}
- cmps AHI, #0
+ cmp AHI, #0
mvnge ALO, #0
movge AHI, ALO, lsr #1
movlt ALO, #0
Home |
Main Index |
Thread Index |
Old Index