1 --- gdb-7.8.2.orig/gdb/sgidefs.h 1970-01-01 00:00:00.000000000 +0100
2 +++ gdb-7.8.2/gdb/sgidefs.h 2016-09-20 19:56:32.003878822 +0200
7 +/* MIPS ABI crap that GLIBC puts into /include
8 +by default, and GDB depends on it happily. */
10 +#define _MIPS_ISA_MIPS1 1
11 +#define _MIPS_ISA_MIPS2 2
12 +#define _MIPS_ISA_MIPS3 3
13 +#define _MIPS_ISA_MIPS4 4
14 +#define _MIPS_ISA_MIPS5 5
15 +#define _MIPS_ISA_MIPS32 6
16 +#define _MIPS_ISA_MIPS64 7
21 +#define _MIPS_SIM_ABI32 _ABIO32
26 +#define _MIPS_SIM_NABI32 _ABIN32
31 +#define _MIPS_SIM_ABI64 _ABI64