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/arm32 These versions have different nam...



details:   https://anonhg.NetBSD.org/src/rev/3a8f2679cab8
branches:  trunk
changeset: 500476:3a8f2679cab8
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Dec 12 17:53:20 2000 +0000

description:
These versions have different names than libc...

diffstat:

 sys/lib/libkern/arch/arm32/byte_swap_2.S |  4 ++--
 sys/lib/libkern/arch/arm32/byte_swap_4.S |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bb8af78ef66c -r 3a8f2679cab8 sys/lib/libkern/arch/arm32/byte_swap_2.S
--- a/sys/lib/libkern/arch/arm32/byte_swap_2.S  Tue Dec 12 17:53:00 2000 +0000
+++ b/sys/lib/libkern/arch/arm32/byte_swap_2.S  Tue Dec 12 17:53:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_2.S,v 1.3 2000/12/12 17:46:11 mycroft Exp $  */
+/*     $NetBSD: byte_swap_2.S,v 1.4 2000/12/12 17:53:20 mycroft Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <machine/asm.h>
 
-ENTRY(__bswap16)
+ENTRY(bswap16)
 ALTENTRY(ntohs)
 ALTENTRY(htons)
        and             r1, r0, #0xFF00
diff -r bb8af78ef66c -r 3a8f2679cab8 sys/lib/libkern/arch/arm32/byte_swap_4.S
--- a/sys/lib/libkern/arch/arm32/byte_swap_4.S  Tue Dec 12 17:53:00 2000 +0000
+++ b/sys/lib/libkern/arch/arm32/byte_swap_4.S  Tue Dec 12 17:53:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_4.S,v 1.2 2000/12/12 17:46:11 mycroft Exp $  */
+/*     $NetBSD: byte_swap_4.S,v 1.3 2000/12/12 17:53:20 mycroft Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <machine/asm.h>
 
-ENTRY(__bswap32)
+ENTRY(bswap32)
 ALTENTRY(ntohl)
 ALTENTRY(htonl)
        eor             r1, r0, r0, ror #16



Home | Main Index | Thread Index | Old Index