1995-02-04 13:16:09 -05:00
|
|
|
#define MIPS_OVERRIDE_ALLOCA
|
|
|
|
#ifndef __GNUC__
|
|
|
|
#include <alloca.h>
|
|
|
|
#else
|
|
|
|
extern void *alloca ();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "mips/xm-iris5.h"
|
|
|
|
|
|
|
|
#undef HOST_BITS_PER_LONG
|
1996-05-31 14:58:34 -04:00
|
|
|
#define HOST_BITS_PER_LONG _MIPS_SZLONG
|
1995-02-04 13:16:09 -05:00
|
|
|
|
|
|
|
/* Declare some functions needed for this machine. We don't want to
|
|
|
|
include these in the sources since other machines might define them
|
|
|
|
differently. */
|
|
|
|
|
|
|
|
extern void *malloc (), *realloc (), *calloc ();
|
|
|
|
|
|
|
|
#ifndef inhibit_libc
|
|
|
|
#include "string.h"
|
|
|
|
#endif
|