#define MIPS_OVERRIDE_ALLOCA #ifndef __GNUC__ #include #else # ifdef __SIZE_TYPE__ extern void *alloca (__SIZE_TYPE__); # else extern void *alloca (); # endif /* __SIZE_TYPE__ */ #endif #include "mips/xm-mips.h" #define USG #undef HOST_BITS_PER_LONG #define HOST_BITS_PER_LONG _MIPS_SZLONG #ifndef inhibit_libc #include "string.h" #endif