Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/lib/libkern/arch/arm32 Hm, de-apply first hunk of l...
details: https://anonhg.NetBSD.org/src/rev/b9f34184a799
branches: netbsd-1-4
changeset: 469416:b9f34184a799
user: he <he%NetBSD.org@localhost>
date: Sun Sep 19 15:54:46 1999 +0000
description:
Hm, de-apply first hunk of last pull-up after discussion with is,
it had incorrectly been made part of the original revision.
diffstat:
sys/lib/libkern/arch/arm32/divsi3.S | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 4b0f6a32da12 -r b9f34184a799 sys/lib/libkern/arch/arm32/divsi3.S
--- a/sys/lib/libkern/arch/arm32/divsi3.S Sun Sep 19 15:33:39 1999 +0000
+++ b/sys/lib/libkern/arch/arm32/divsi3.S Sun Sep 19 15:54:46 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: divsi3.S,v 1.2.10.1 1999/09/19 15:33:17 he Exp $ */
+/* $NetBSD: divsi3.S,v 1.2.10.2 1999/09/19 15:54:46 he Exp $ */
/*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
@@ -29,9 +29,7 @@
ldmfd sp!, {pc}
L_overflow:
- mov r0, #8 /* SIGFPE */
- bl _raise /* raise it */
- mov r0, #0
+ mvn r0, #0
mov pc, lr
ENTRY(__udivsi3)
Home |
Main Index |
Thread Index |
Old Index