aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-iris5.h
blob: 72387b29ccc6250198210ec191c57e925b9e80e1 (plain)
1
2
3
4
5
6
7
8
9
#include "mips/xm-mips.h"

#define USG
#define HAVE_VPRINTF

#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)