aboutsummaryrefslogtreecommitdiff
path: root/gcc-1.40/config/xm-iris.h
blob: fddef9e6cbcb0567282e932b17a124074dba0b1b (plain) (blame)
1
2
3
4
5
6
7
#include "xm-mips.h"

#define USG

#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)