Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/arm Fix typo.
details: https://anonhg.NetBSD.org/src/rev/0371dde6a208
branches: trunk
changeset: 780913:0371dde6a208
user: matt <matt%NetBSD.org@localhost>
date: Sat Aug 11 07:25:13 2012 +0000
description:
Fix typo.
diffstat:
lib/csu/arch/arm/crtbegin.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a06659de5e27 -r 0371dde6a208 lib/csu/arch/arm/crtbegin.S
--- a/lib/csu/arch/arm/crtbegin.S Sat Aug 11 07:18:53 2012 +0000
+++ b/lib/csu/arch/arm/crtbegin.S Sat Aug 11 07:25:13 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.S,v 1.1 2012/08/11 01:33:36 matt Exp $ */
+/* $NetBSD: crtbegin.S,v 1.2 2012/08/11 07:25:13 matt 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/11 01:33:36 matt Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.2 2012/08/11 07:25:13 matt Exp $")
.section .ctors, "aw", %progbits
.p2align 2
@@ -132,7 +132,7 @@
adrne lr, 1b /* set up to return to loop start */
#ifdef _ARM_ARCH_4T
bxne ip /* call it */
-#els
+#else
movne pc, ip /* call entry */
#endif
Home |
Main Index |
Thread Index |
Old Index