Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/powerpc Add missing */
details: https://anonhg.NetBSD.org/src/rev/891cf6b2a0c9
branches: trunk
changeset: 766950:891cf6b2a0c9
user: matt <matt%NetBSD.org@localhost>
date: Mon Jul 04 21:55:09 2011 +0000
description:
Add missing */
diffstat:
lib/csu/arch/powerpc/crtbegin.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 40fe0b091438 -r 891cf6b2a0c9 lib/csu/arch/powerpc/crtbegin.S
--- a/lib/csu/arch/powerpc/crtbegin.S Mon Jul 04 21:54:18 2011 +0000
+++ b/lib/csu/arch/powerpc/crtbegin.S Mon Jul 04 21:55:09 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.S,v 1.1 2011/02/08 02:02:25 matt Exp $ */
+/* $NetBSD: crtbegin.S,v 1.2 2011/07/04 21:55:09 matt Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -30,7 +30,7 @@
#include <powerpc/asm.h>
-RCSID("$NetBSD: crtbegin.S,v 1.1 2011/02/08 02:02:25 matt Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.2 2011/07/04 21:55:09 matt Exp $")
.section .ctors, "aw", @progbits
.p2align 2
@@ -182,7 +182,7 @@
addis %r4,%r3,__initialized-1b@ha /* pcrel (hi) */
lbzu %r0,__initialized-1b@l(%r4) /* pcrel (lo) load+update */
cmpwi %r0,0 /* have we already done this? */
- bnelr /* yep, return
+ bnelr /* yep, return */
li %r0,1
stb %r0,0(%r4) /* remember we've been here */
Home |
Main Index |
Thread Index |
Old Index