Module Name: src
Committed By: skrll
Date: Sun Apr 14 17:05:12 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Pretty sure we don't want to change instruction set here. hi matt.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S
diff -u src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S:1.3 src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S:1.4
--- src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S:1.3 Sun Apr 14 15:53:30 2013
+++ src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S Sun Apr 14 17:05:11 2013
@@ -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 @@ ENTRY(__aeabi_uldivmod)
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