Source-Changes-HG archive

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

[src/trunk]: src Whitespace



details:   https://anonhg.NetBSD.org/src/rev/2a05b629fa39
branches:  trunk
changeset: 786644:2a05b629fa39
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 05 10:26:57 2013 +0000

description:
Whitespace

diffstat:

 lib/csu/arch/arm/crtbegin.S        |  8 ++++----
 lib/csu/arch/earm/crtbegin.S       |  6 +++---
 tests/lib/libc/sys/t_swapcontext.c |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (84 lines):

diff -r 3c49092fbd84 -r 2a05b629fa39 lib/csu/arch/arm/crtbegin.S
--- a/lib/csu/arch/arm/crtbegin.S       Sun May 05 10:23:00 2013 +0000
+++ b/lib/csu/arch/arm/crtbegin.S       Sun May 05 10:26:57 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crtbegin.S,v 1.4 2012/08/25 15:39:05 matt Exp $        */
+/*     $NetBSD: crtbegin.S,v 1.5 2013/05/05 10:26:57 skrll Exp $       */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -30,7 +30,7 @@
 
 #include <arm/asm.h>
 
-RCSID("$NetBSD: crtbegin.S,v 1.4 2012/08/25 15:39:05 matt Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.5 2013/05/05 10:26:57 skrll Exp $")
 
        .section        .ctors, "aw", %progbits
        .p2align 2
@@ -186,7 +186,7 @@
 
        .type __do_global_ctors_aux, %function
 __do_global_ctors_aux:
-       GOT_INIT(r3, .Lctors_got, .Lctors) 
+       GOT_INIT(r3, .Lctors_got, .Lctors)
        ldr     r1, .L__initialized
 #ifdef PIC
         ldrb   r0, [r1, r3]!
@@ -249,7 +249,7 @@
        /*
         * Get the start and end of the CTOR list.
         */
-       
+
        ldr     r4, .L__CTOR_LIST__
        ldr     r5, .L__CTOR_LIST_END__
 #ifdef PIC
diff -r 3c49092fbd84 -r 2a05b629fa39 lib/csu/arch/earm/crtbegin.S
--- a/lib/csu/arch/earm/crtbegin.S      Sun May 05 10:23:00 2013 +0000
+++ b/lib/csu/arch/earm/crtbegin.S      Sun May 05 10:26:57 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crtbegin.S,v 1.1 2012/08/13 02:49:04 matt Exp $        */
+/*     $NetBSD: crtbegin.S,v 1.2 2013/05/05 10:26:57 skrll Exp $       */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -30,7 +30,7 @@
 
 #include <arm/asm.h>
 
-RCSID("$NetBSD: crtbegin.S,v 1.1 2012/08/13 02:49:04 matt Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.2 2013/05/05 10:26:57 skrll Exp $")
 
        .section        .eh_frame, "a", %progbits
        .p2align 2
@@ -129,7 +129,7 @@
 
        .type __do_global_ctors_aux, %function
 __do_global_ctors_aux:
-       GOT_INIT(r3, .Lctors_got, .Lctors) 
+       GOT_INIT(r3, .Lctors_got, .Lctors)
        ldr     r1, .L__initialized             /* GOTOFF if PIC */
 #ifdef PIC
        ldrb    r0, [r1, r3]!                   /* r1 = r1 + got */
diff -r 3c49092fbd84 -r 2a05b629fa39 tests/lib/libc/sys/t_swapcontext.c
--- a/tests/lib/libc/sys/t_swapcontext.c        Sun May 05 10:23:00 2013 +0000
+++ b/tests/lib/libc/sys/t_swapcontext.c        Sun May 05 10:26:57 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_swapcontext.c,v 1.2 2012/09/27 09:56:21 skrll Exp $ */
+/* $NetBSD: t_swapcontext.c,v 1.3 2013/05/05 10:28:11 skrll Exp $ */
 
 /*
  * Copyright (c) 2012 Emmanuel Dreyfus. All rights reserved.
@@ -88,9 +88,9 @@
        if (!alter_tlsbase)
                nctx.uc_flags &= ~_UC_TLSBASE;
 #endif /* _UC_TLSBASE */
-       
+
        makecontext(&nctx, swapfunc, 0);
-       
+
        _lwp_setprivate(&val2);
        otls = _lwp_getprivate();
        printf("before swapcontext TLS pointer = %p\n", otls);



Home | Main Index | Thread Index | Old Index