Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch Remove unused.
details: https://anonhg.NetBSD.org/src/rev/1b90e8548b5e
branches: trunk
changeset: 1009545:1b90e8548b5e
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Apr 26 13:54:02 2020 +0000
description:
Remove unused.
diffstat:
common/lib/libc/arch/i386/atomic/atomic.S | 3 +--
common/lib/libc/arch/x86_64/atomic/atomic.S | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r c1a0896dbccc -r 1b90e8548b5e common/lib/libc/arch/i386/atomic/atomic.S
--- a/common/lib/libc/arch/i386/atomic/atomic.S Sun Apr 26 13:37:14 2020 +0000
+++ b/common/lib/libc/arch/i386/atomic/atomic.S Sun Apr 26 13:54:02 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic.S,v 1.25 2020/04/26 13:37:14 maxv Exp $ */
+/* $NetBSD: atomic.S,v 1.26 2020/04/26 13:54:02 maxv Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -188,7 +188,6 @@
movl $0, -4(%esp)
ret
END(_membar_producer)
-ENDLABEL(membar_producer_end)
ENTRY(_membar_sync)
LOCK(14)
diff -r c1a0896dbccc -r 1b90e8548b5e common/lib/libc/arch/x86_64/atomic/atomic.S
--- a/common/lib/libc/arch/x86_64/atomic/atomic.S Sun Apr 26 13:37:14 2020 +0000
+++ b/common/lib/libc/arch/x86_64/atomic/atomic.S Sun Apr 26 13:54:02 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic.S,v 1.19 2020/04/26 13:37:14 maxv Exp $ */
+/* $NetBSD: atomic.S,v 1.20 2020/04/26 13:54:03 maxv Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -265,7 +265,6 @@
movq $0, -8(%rsp)
ret
END(_membar_producer)
-ENDLABEL(membar_producer_end)
ENTRY(_membar_sync)
LOCK(26)
Home |
Main Index |
Thread Index |
Old Index