mk/image.mk: Ship /init in initramfs
[openadk.git] / package / strace / src / sgidefs.h
bloba6d250ab753552e726bd4c76d2e9bb00a579ce0a
1 #ifndef _SGIDEFS_H
2 #define _SGIDEFS_H
4 /* MIPS ABI crap that GLIBC puts into /include
5 by default, and GDB depends on it happily. */
7 #define _MIPS_ISA_MIPS1 1
8 #define _MIPS_ISA_MIPS2 2
9 #define _MIPS_ISA_MIPS3 3
10 #define _MIPS_ISA_MIPS4 4
11 #define _MIPS_ISA_MIPS5 5
12 #define _MIPS_ISA_MIPS32 6
13 #define _MIPS_ISA_MIPS64 7
15 #ifndef _ABIO32
16 #define _ABIO32 1
17 #endif
18 #define _MIPS_SIM_ABI32 _ABIO32
20 #ifndef _ABIN32
21 #define _ABIN32 2
22 #endif
23 #define _MIPS_SIM_NABI32 _ABIN32
25 #ifndef _ABI64
26 #define _ABI64 3
27 #endif
28 #define _MIPS_SIM_ABI64 _ABI64
30 #endif