Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/34c02dd62c13
branches: trunk
changeset: 940708:34c02dd62c13
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 15 05:50:14 2020 +0000
description:
Trailing whitespace
diffstat:
lib/libc/arch/ia64/sys/__sigtramp2.S | 8 ++++----
lib/libc/arch/sh3/sys/__sigtramp2.S | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 19ae15bb3597 -r 34c02dd62c13 lib/libc/arch/ia64/sys/__sigtramp2.S
--- a/lib/libc/arch/ia64/sys/__sigtramp2.S Thu Oct 15 05:43:38 2020 +0000
+++ b/lib/libc/arch/ia64/sys/__sigtramp2.S Thu Oct 15 05:50:14 2020 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: __sigtramp2.S,v 1.1 2006/09/23 17:39:34 cherry Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.2 2020/10/15 05:50:14 skrll Exp $ */
#include "SYS.h"
/* XXX: Fix this when we look at signal handling */
-
+
ENTRY(__sigtramp_siginfo_2, 2)
/* XXX: get pointer to ucontext */
- /* setcontext() ie. CALLSYS_NOERROR(setcontext) */
+ /* setcontext() ie. CALLSYS_NOERROR(setcontext) */
/* get error code */
CALLSYS_NOERROR(exit) /* exit */
-END(__sigtramp_siginfo_2)
\ No newline at end of file
+END(__sigtramp_siginfo_2)
diff -r 19ae15bb3597 -r 34c02dd62c13 lib/libc/arch/sh3/sys/__sigtramp2.S
--- a/lib/libc/arch/sh3/sys/__sigtramp2.S Thu Oct 15 05:43:38 2020 +0000
+++ b/lib/libc/arch/sh3/sys/__sigtramp2.S Thu Oct 15 05:50:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp2.S,v 1.3 2008/04/28 20:22:57 martin Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.4 2020/10/15 05:50:15 skrll Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
* NB: This order is different from what other ports use (siginfo at
* the top of the stack), because we want to avoid wasting two
* instructions to skip to the ucontext. Not that this order really
- * matters, but I think this inconsistency deserves an explanation.
+ * matters, but I think this inconsistency deserves an explanation.
*/
NENTRY(__sigtramp_siginfo_2)
mov r15, r4 /* get pointer to ucontext */
Home |
Main Index |
Thread Index |
Old Index