repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
lib
/
csu
/
arch
/
sparc64
/
h_initfini_align.S
blob
402ceb306052db8504a268d2f557c5d4af18d6c1
1
/* $NetBSD: h_initfini_align.S,v 1.1 2013/11/15 20:00:20 martin Exp $ */
2
3
#include <machine/asm.h>
4
5
RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/11/15 20:00:20 martin Exp $")
6
7
_ENTRY(check_stack_alignment)
8
add %sp, BIAS, %o1
9
and %o1, 15, %o2
10
retl
11
not %o2, %o0