repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setipv4sourcefilter: Avoid using alloca.
[glibc.git]
/
sysdeps
/
sparc
/
sparc32
/
backtrace.h
blob
089f8b4d28cf2bbcb4399cc7e4fe26d36826aa11
1
/* Private macros for guiding the backtrace implementation, sparc32
2
version. */
3
4
#define backtrace_flush_register_windows() \
5
asm volatile (
"ta %0"
: :
"i"
(ST_FLUSH_WINDOWS))
6
7
#define BACKTRACE_STACK_BIAS 0