Module Name: src Committed By: skrll Date: Sun May 5 10:26:57 UTC 2013
Modified Files: src/lib/csu/arch/arm: crtbegin.S src/lib/csu/arch/earm: crtbegin.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/csu/arch/arm/crtbegin.S cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/earm/crtbegin.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/csu/arch/arm/crtbegin.S diff -u src/lib/csu/arch/arm/crtbegin.S:1.4 src/lib/csu/arch/arm/crtbegin.S:1.5 --- src/lib/csu/arch/arm/crtbegin.S:1.4 Sat Aug 25 15:39:05 2012 +++ src/lib/csu/arch/arm/crtbegin.S Sun May 5 10:26:57 2013 @@ -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 @@ __do_global_dtors_aux: .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 @@ __do_global_ctors_aux: /* * Get the start and end of the CTOR list. */ - + ldr r4, .L__CTOR_LIST__ ldr r5, .L__CTOR_LIST_END__ #ifdef PIC Index: src/lib/csu/arch/earm/crtbegin.S diff -u src/lib/csu/arch/earm/crtbegin.S:1.1 src/lib/csu/arch/earm/crtbegin.S:1.2 --- src/lib/csu/arch/earm/crtbegin.S:1.1 Mon Aug 13 02:49:04 2012 +++ src/lib/csu/arch/earm/crtbegin.S Sun May 5 10:26:57 2013 @@ -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 @@ __do_global_dtors_aux: .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 */