Module Name: src
Committed By: cherry
Date: Sun Mar 16 09:27:04 UTC 2014
Modified Files:
src/tests/lib/csu/arch/ia64: h_initfini_align.S
Log Message:
Fix comment: ar.bsp is the RSE backing store base pointer, not ar.bspstore
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/arch/ia64/h_initfini_align.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/csu/arch/ia64/h_initfini_align.S
diff -u src/tests/lib/csu/arch/ia64/h_initfini_align.S:1.1 src/tests/lib/csu/arch/ia64/h_initfini_align.S:1.2
--- src/tests/lib/csu/arch/ia64/h_initfini_align.S:1.1 Sun Mar 16 09:20:05 2014
+++ src/tests/lib/csu/arch/ia64/h_initfini_align.S Sun Mar 16 09:27:04 2014
@@ -1,8 +1,8 @@
-/* $NetBSD: h_initfini_align.S,v 1.1 2014/03/16 09:20:05 cherry Exp $ */
+/* $NetBSD: h_initfini_align.S,v 1.2 2014/03/16 09:27:04 cherry Exp $ */
#include <machine/asm.h>
-RCSID("$NetBSD: h_initfini_align.S,v 1.1 2014/03/16 09:20:05 cherry Exp $")
+RCSID("$NetBSD: h_initfini_align.S,v 1.2 2014/03/16 09:27:04 cherry Exp $")
ENTRY(check_stack_alignment, 0)
.prologue
@@ -14,7 +14,7 @@ ENTRY(check_stack_alignment, 0)
mov ret0 = 1
;;
- /* ar.bspstore has an 8-byte alignment requirement */
+ /* ar.bsp has an 8-byte alignment requirement */
mov loc1 = ar.bsp
;;