Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/sh3 revert the _i4i aliases. they are ...



details:   https://anonhg.NetBSD.org/src/rev/59efe8210539
branches:  trunk
changeset: 767279:59efe8210539
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 14 09:48:03 2011 +0000

description:
revert the _i4i aliases.  they are not the right thing.

diffstat:

 sys/lib/libkern/arch/sh3/sdivsi3.S |  5 ++---
 sys/lib/libkern/arch/sh3/udivsi3.S |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 78b4a4b35d12 -r 59efe8210539 sys/lib/libkern/arch/sh3/sdivsi3.S
--- a/sys/lib/libkern/arch/sh3/sdivsi3.S        Thu Jul 14 09:35:24 2011 +0000
+++ b/sys/lib/libkern/arch/sh3/sdivsi3.S        Thu Jul 14 09:48:03 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdivsi3.S,v 1.10 2011/07/06 01:29:54 mrg Exp $ */
+/*     $NetBSD: sdivsi3.S,v 1.11 2011/07/14 09:48:03 mrg Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -36,7 +36,7 @@
 
 #include <machine/asm.h>
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: sdivsi3.S,v 1.10 2011/07/06 01:29:54 mrg Exp $")
+       RCSID("$NetBSD: sdivsi3.S,v 1.11 2011/07/14 09:48:03 mrg Exp $")
 #endif
 
 
@@ -46,7 +46,6 @@
 
 
 /* r0 <= r4 / r5 */
-WEAK_ALIAS(__sdivsi3_i4i,__sdivsi3)
 NENTRY(__sdivsi3)
        mov     r4, r0
        mov     r5, r1
diff -r 78b4a4b35d12 -r 59efe8210539 sys/lib/libkern/arch/sh3/udivsi3.S
--- a/sys/lib/libkern/arch/sh3/udivsi3.S        Thu Jul 14 09:35:24 2011 +0000
+++ b/sys/lib/libkern/arch/sh3/udivsi3.S        Thu Jul 14 09:48:03 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: udivsi3.S,v 1.9 2011/07/06 01:29:54 mrg Exp $  */
+/*     $NetBSD: udivsi3.S,v 1.10 2011/07/14 09:48:04 mrg Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -36,7 +36,7 @@
 
 #include <machine/asm.h>
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: udivsi3.S,v 1.9 2011/07/06 01:29:54 mrg Exp $")
+       RCSID("$NetBSD: udivsi3.S,v 1.10 2011/07/14 09:48:04 mrg Exp $")
 #endif
 
 /*
@@ -65,7 +65,6 @@
 
 
 /* r0 <= r4 / r5 */
-WEAK_ALIAS(__udivsi3_i4i,__udivsi3)
 NENTRY(__udivsi3)
        tst     r5, r5
        bt      div_by_zero



Home | Main Index | Thread Index | Old Index