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/x86_64 Add END().



details:   https://anonhg.NetBSD.org/src/rev/6d3bc5cd5c96
branches:  trunk
changeset: 827497:6d3bc5cd5c96
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Oct 30 17:13:39 2017 +0000

description:
Add END().

diffstat:

 sys/lib/libkern/arch/x86_64/random.S |  5 +++--
 sys/lib/libkern/arch/x86_64/scanc.S  |  5 +++--
 sys/lib/libkern/arch/x86_64/skpc.S   |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 392926abe7af -r 6d3bc5cd5c96 sys/lib/libkern/arch/x86_64/random.S
--- a/sys/lib/libkern/arch/x86_64/random.S      Mon Oct 30 17:06:42 2017 +0000
+++ b/sys/lib/libkern/arch/x86_64/random.S      Mon Oct 30 17:13:39 2017 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: random.S,v 1.2 2008/04/28 20:24:06 martin Exp $        */
+/*     $NetBSD: random.S,v 1.3 2017/10/30 17:13:39 maxv Exp $  */
 
-/*-
+/*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
@@ -88,3 +88,4 @@
        subl    $0x7fffffff,%eax
        movl    %eax,randseed(%rip)
        ret
+END(random)
diff -r 392926abe7af -r 6d3bc5cd5c96 sys/lib/libkern/arch/x86_64/scanc.S
--- a/sys/lib/libkern/arch/x86_64/scanc.S       Mon Oct 30 17:06:42 2017 +0000
+++ b/sys/lib/libkern/arch/x86_64/scanc.S       Mon Oct 30 17:13:39 2017 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: scanc.S,v 1.2 2008/04/28 20:24:06 martin Exp $ */
+/*     $NetBSD: scanc.S,v 1.3 2017/10/30 17:13:39 maxv Exp $   */
 
-/*-
+/*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
@@ -53,3 +53,4 @@
 2:
        movl    %ecx,%eax
        ret
+END(scanc)
diff -r 392926abe7af -r 6d3bc5cd5c96 sys/lib/libkern/arch/x86_64/skpc.S
--- a/sys/lib/libkern/arch/x86_64/skpc.S        Mon Oct 30 17:06:42 2017 +0000
+++ b/sys/lib/libkern/arch/x86_64/skpc.S        Mon Oct 30 17:13:39 2017 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: skpc.S,v 1.2 2008/04/28 20:24:06 martin Exp $  */
+/*     $NetBSD: skpc.S,v 1.3 2017/10/30 17:13:39 maxv Exp $    */
 
-/*-
+/*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
@@ -47,3 +47,4 @@
 1:
        movl    %ecx,%eax
        ret
+END(skpc)



Home | Main Index | Thread Index | Old Index