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 Pretty sure we don't want to c...
details: https://anonhg.NetBSD.org/src/rev/77275d6b7dfa
branches: trunk
changeset: 786088:77275d6b7dfa
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Apr 14 17:05:11 2013 +0000
description:
Pretty sure we don't want to change instruction set here. hi matt.
diffstat:
common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7dd3486e63d7 -r 77275d6b7dfa common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S
--- a/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S Sun Apr 14 16:52:47 2013 +0000
+++ b/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S Sun Apr 14 17:05:11 2013 +0000
@@ -29,7 +29,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: __aeabi_uldivmod.S,v 1.3 2013/04/14 15:53:30 matt Exp $")
+RCSID("$NetBSD: __aeabi_uldivmod.S,v 1.4 2013/04/14 17:05:11 skrll Exp $")
/*
* typedef struct { unsigned long long quo, rem } ulldiv_t;
@@ -42,7 +42,7 @@
sub sp, sp, #16
add ip, sp, #8
str ip, [sp]
- blx PLT_SYM(__qdivrem)
+ bl PLT_SYM(__qdivrem)
add sp, sp, #8
/*
* The remainder is already on the stack just waiting to be popped
Home |
Main Index |
Thread Index |
Old Index