|
|
1.1 root 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-iris5.h"
9:
10: #undef HOST_BITS_PER_LONG
11: #define HOST_BITS_PER_LONG 64
12:
13: /* Declare some functions needed for this machine. We don't want to
14: include these in the sources since other machines might define them
15: differently. */
16:
17: extern void *malloc (), *realloc (), *calloc ();
18:
19: #ifndef inhibit_libc
20: #include "string.h"
21: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.