Add stack alignement test for sparc

This commit is contained in:
martin 2013-12-12 11:22:26 +00:00
parent f11ea73cc4
commit 714f2fc9c2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/* $NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $ */
#include <machine/asm.h>
RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $")
_ENTRY(check_stack_alignment)
and %sp, 7, %o1
retl
not %o1, %o0