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/22dbddc06c4e
branches: trunk
changeset: 1026510:22dbddc06c4e
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Nov 27 10:00:01 2021 +0000
description:
Trailing whitespace
diffstat:
lib/libc/arch/arm/sys/__sigtramp2.S | 6 +++---
lib/libc/arch/powerpc/sys/__sigtramp2.S | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (57 lines):
diff -r 220a580fc4f5 -r 22dbddc06c4e lib/libc/arch/arm/sys/__sigtramp2.S
--- a/lib/libc/arch/arm/sys/__sigtramp2.S Sat Nov 27 08:51:01 2021 +0000
+++ b/lib/libc/arch/arm/sys/__sigtramp2.S Sat Nov 27 10:00:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp2.S,v 1.4 2021/11/23 18:45:53 thorpej Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -67,12 +67,12 @@
.cfi_return_column _REG_R15
CFI_OFFSET(_REG_R15) /* a.k.a. _REG_PC */
-/*
+/*
* The unwind entry includes the one instruction prior to the trampoline
* because the unwinder will look up (return PC - 1) while unwinding.
* Normally this would be the jump / branch, but since there isn't one in
* this case, we place an explicit nop there instead.
- */
+ */
nop
ENTRY_NP(__sigtramp_siginfo_2)
diff -r 220a580fc4f5 -r 22dbddc06c4e lib/libc/arch/powerpc/sys/__sigtramp2.S
--- a/lib/libc/arch/powerpc/sys/__sigtramp2.S Sat Nov 27 08:51:01 2021 +0000
+++ b/lib/libc/arch/powerpc/sys/__sigtramp2.S Sat Nov 27 10:00:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp2.S,v 1.4 2021/11/21 21:31:24 thorpej Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#include "assym.h"
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: __sigtramp2.S,v 1.4 2021/11/21 21:31:24 thorpej Exp $")
+__RCSID("$NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $")
#endif /* LIBC_SCCS && !lint */
/*
@@ -115,12 +115,12 @@
.cfi_return_column DWARF_SIGRETURN_REG
CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_PC)
-/*
+/*
* The unwind entry includes one instruction slot prior to the trampoline
* because the unwinder will look up to (return PC - 1 insn) while unwinding.
* Normally this would be the jump / branch, but since there isn't one in
* this case, we place an explicit nop there instead.
- */
+ */
nop
ENTRY_NOPROFILE(__sigtramp_siginfo_2)
Home |
Main Index |
Thread Index |
Old Index