tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / csu / arch / sparc64 / h_initfini_align.S
blob402ceb306052db8504a268d2f557c5d4af18d6c1
1 /*      $NetBSD: h_initfini_align.S,v 1.1 2013/11/15 20:00:20 martin Exp $      */
3 #include <machine/asm.h>
5 RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/11/15 20:00:20 martin Exp $")
7 _ENTRY(check_stack_alignment)
8         add     %sp, BIAS, %o1
9         and     %o1, 15, %o2
10         retl
11          not    %o2, %o0