Module Name: src
Committed By: matt
Date: Sat Aug 11 07:25:13 UTC 2012
Modified Files:
src/lib/csu/arch/arm: crtbegin.S
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/arm/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.1 src/lib/csu/arch/arm/crtbegin.S:1.2
--- src/lib/csu/arch/arm/crtbegin.S:1.1 Sat Aug 11 01:33:36 2012
+++ src/lib/csu/arch/arm/crtbegin.S Sat Aug 11 07:25:13 2012
@@ -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 @@ __do_global_dtors_aux:
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