repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix TLS memory leak with dlopen
[uclibc-ng.git]
/
libc
/
sysdeps
/
linux
/
nios2
/
jmpbuf-offsets.h
blob
20482b38059badec629df709478dd16955bddc54
1
/*
2
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
3
*
4
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5
*/
6
7
#include <features.h>
8
9
#define JB_R16 0
10
#define JB_R17 1
11
#define JB_R18 2
12
#define JB_R19 3
13
#define JB_R20 4
14
#define JB_R21 5
15
#define JB_R22 6
16
#define JB_FP 7
17
#define JB_RA 8
18
#define JB_SP 9
19
20
#ifdef __UCLIBC_HAS_FPU__
21
# define JB_SIZE 304
22
#else
23
# define JB_SIZE 48
24
#endif