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