Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/f2aa37a59fd6
branches:  trunk
changeset: 940705:f2aa37a59fd6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 15 05:10:30 2020 +0000

description:
Trailing whitespace

diffstat:

 lib/libc/arch/mips/gen/_resumecontext.S       |  6 +++---
 lib/libc/arch/mips/gen/_setjmp.S              |  6 +++---
 lib/libc/compat/arch/mips/gen/compat_setjmp.S |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r b89307f115b4 -r f2aa37a59fd6 lib/libc/arch/mips/gen/_resumecontext.S
--- a/lib/libc/arch/mips/gen/_resumecontext.S   Thu Oct 15 04:39:24 2020 +0000
+++ b/lib/libc/arch/mips/gen/_resumecontext.S   Thu Oct 15 05:10:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _resumecontext.S,v 1.11 2016/09/21 06:49:39 skrll Exp $        */
+/*     $NetBSD: _resumecontext.S,v 1.12 2020/10/15 05:10:30 skrll Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include "assym.h"
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: _resumecontext.S,v 1.11 2016/09/21 06:49:39 skrll Exp $")
+       RCSID("$NetBSD: _resumecontext.S,v 1.12 2020/10/15 05:10:30 skrll Exp $")
 #endif /* SYSLIBC_SCCS && !lint */
 
        .set    reorder
@@ -56,7 +56,7 @@
 #if defined(__mips_n32) || defined(__mips_n64)
        .cpsetup ra, t3, __resumecontext
 #endif
-       
+
        PTR_SUBU        sp, sp, UCONTEXT_SIZE           # get space for ucontext
        move            a0, sp                          # arg0 for getcontext
        PTR_S           zero, _OFFSETOF_UC_LINK(a0)     # make sure uc_link is 0
diff -r b89307f115b4 -r f2aa37a59fd6 lib/libc/arch/mips/gen/_setjmp.S
--- a/lib/libc/arch/mips/gen/_setjmp.S  Thu Oct 15 04:39:24 2020 +0000
+++ b/lib/libc/arch/mips/gen/_setjmp.S  Thu Oct 15 05:10:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _setjmp.S,v 1.24 2012/07/08 00:59:34 matt Exp $        */
+/*     $NetBSD: _setjmp.S,v 1.25 2020/10/15 05:10:30 skrll Exp $       */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -46,7 +46,7 @@
 #if 0
        RCSID("from: @(#)_setjmp.s      8.1 (Berkeley) 6/4/93")
 #else
-       RCSID("$NetBSD: _setjmp.S,v 1.24 2012/07/08 00:59:34 matt Exp $")
+       RCSID("$NetBSD: _setjmp.S,v 1.25 2020/10/15 05:10:30 skrll Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -185,7 +185,7 @@
         */
        jal     _C_LABEL(longjmperror)
         nop
-       
+
        PIC_TAILCALL(abort)
         nop
 END(_longjmp)
diff -r b89307f115b4 -r f2aa37a59fd6 lib/libc/compat/arch/mips/gen/compat_setjmp.S
--- a/lib/libc/compat/arch/mips/gen/compat_setjmp.S     Thu Oct 15 04:39:24 2020 +0000
+++ b/lib/libc/compat/arch/mips/gen/compat_setjmp.S     Thu Oct 15 05:10:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_setjmp.S,v 1.3 2016/03/26 11:57:32 martin Exp $ */
+/*     $NetBSD: compat_setjmp.S,v 1.4 2020/10/15 05:10:30 skrll Exp $  */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -41,7 +41,7 @@
 #if 0
        RCSID("from: @(#)setjmp.s       8.1 (Berkeley) 6/4/93")
 #else
-       RCSID("$NetBSD: compat_setjmp.S,v 1.3 2016/03/26 11:57:32 martin Exp $")
+       RCSID("$NetBSD: compat_setjmp.S,v 1.4 2020/10/15 05:10:30 skrll Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -111,7 +111,7 @@
        REG_S   gp, _OFFSETOF_SC_REGS_GP(a0)
        REG_S   sp, _OFFSETOF_SC_REGS_SP(a0)
        REG_S   s8, _OFFSETOF_SC_REGS_S8(a0)
-#ifdef SOFTFLOAT_FOR_GCC   
+#ifdef SOFTFLOAT_FOR_GCC
        INT_S   zero, _OFFSETOF_SC_FPUSED(a0)   # sc_fpused = 0
 #else
        li      v0, 1                           # be nice if we could tell



Home | Main Index | Thread Index | Old Index