]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/jmpbuf-offsets.h
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / m68k / jmpbuf-offsets.h
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_REGS   0
10 #define JB_DREGS  0
11 #define JB_AREGS  24
12 #define JB_PC     48
13 #define JB_FPREGS 52
14
15 #if defined __HAVE_68881__ || defined __UCLIBC_HAS_FPU__
16 # define JB_SIZE 76
17 #else
18 # define JB_SIZE 52
19 #endif