Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/dist/mpn/arm Appease new gas. Already fix...
details: https://anonhg.NetBSD.org/src/rev/72137872abb8
branches: trunk
changeset: 790252:72137872abb8
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Sep 30 12:30:51 2013 +0000
description:
Appease new gas. Already fixed upstream.
diffstat:
external/lgpl3/gmp/dist/mpn/arm/udiv.asm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 75125c293dfe -r 72137872abb8 external/lgpl3/gmp/dist/mpn/arm/udiv.asm
--- a/external/lgpl3/gmp/dist/mpn/arm/udiv.asm Mon Sep 30 08:13:59 2013 +0000
+++ b/external/lgpl3/gmp/dist/mpn/arm/udiv.asm Mon Sep 30 12:30:51 2013 +0000
@@ -48,7 +48,7 @@
teq r12, #0
bne L(oop)
- str n1, [ rem_ptr ] C store remainder
+ str n1, [rem_ptr] C store remainder
adc r0, n0, n0 C quotient: add last carry from divstep
mov pc, lr
@@ -87,7 +87,7 @@
addcs n0, n0, #1 C adjust quotient
L(_even_divisor):
- str n1, [ rem_ptr ] C store remainder
+ str n1, [rem_ptr] C store remainder
mov r0, n0 C quotient
ldmfd sp!, { r8, pc }
EPILOGUE(mpn_udiv_qrnnd)
Home |
Main Index |
Thread Index |
Old Index