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
18 #define _MIPS_SIM_ABI32 _ABIO32
23 #define _MIPS_SIM_NABI32 _ABIN32
28 #define _MIPS_SIM_ABI64 _ABI64