Home | History | Annotate | Line # | Download | only in sparc
h_initfini_align.S revision 1.1.4.2
      1  1.1.4.2  yamt /*	$NetBSD: h_initfini_align.S,v 1.1.4.2 2014/05/22 11:42:20 yamt Exp $	*/
      2  1.1.4.2  yamt 
      3  1.1.4.2  yamt #include <machine/asm.h>
      4  1.1.4.2  yamt 
      5  1.1.4.2  yamt RCSID("$NetBSD: h_initfini_align.S,v 1.1.4.2 2014/05/22 11:42:20 yamt Exp $")
      6  1.1.4.2  yamt 
      7  1.1.4.2  yamt _ENTRY(check_stack_alignment)
      8  1.1.4.2  yamt 	and	%sp, 7, %o1
      9  1.1.4.2  yamt 	retl
     10  1.1.4.2  yamt 	 not	%o1, %o0
     11