Module Name: src Committed By: chs Date: Mon Feb 27 20:22:32 UTC 2017
Modified Files: src/tests/lib/csu/arch/powerpc: h_initfini_align.S Log Message: check the lower bits of the stack pointer, not the lower bits of the upper half of the stack pointer. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/arch/powerpc/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/powerpc/h_initfini_align.S diff -u src/tests/lib/csu/arch/powerpc/h_initfini_align.S:1.1 src/tests/lib/csu/arch/powerpc/h_initfini_align.S:1.2 --- src/tests/lib/csu/arch/powerpc/h_initfini_align.S:1.1 Wed Dec 11 17:31:56 2013 +++ src/tests/lib/csu/arch/powerpc/h_initfini_align.S Mon Feb 27 20:22:32 2017 @@ -1,8 +1,8 @@ -/* $NetBSD: h_initfini_align.S,v 1.1 2013/12/11 17:31:56 matt Exp $ */ +/* $NetBSD: h_initfini_align.S,v 1.2 2017/02/27 20:22:32 chs Exp $ */ #include <machine/asm.h> -RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/12/11 17:31:56 matt Exp $") +RCSID("$NetBSD: h_initfini_align.S,v 1.2 2017/02/27 20:22:32 chs Exp $") /* * LINTSTUB: bool check_stack_alignment(void); @@ -10,7 +10,7 @@ RCSID("$NetBSD: h_initfini_align.S,v 1.1 _ENTRY(check_stack_alignment) li %r3,0 - andis. %r0,%r1,15 + andi. %r0,%r1,15 bnelr %cr0 li %r3,1 blr