OSDN Git Service

dummy import to prevent merge lossage
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / xm-iris6.h
1 #define MIPS_OVERRIDE_ALLOCA
2 #ifndef __GNUC__
3 #include <alloca.h>
4 #else
5 extern void *alloca ();
6 #endif
7
8 #include "mips/xm-mips.h"
9
10 #define USG
11
12 #undef HOST_BITS_PER_LONG
13 #define HOST_BITS_PER_LONG      _MIPS_SZLONG
14
15 #ifndef inhibit_libc
16 #include "string.h"
17 #endif