aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-iris3.h
blob: 3d2a59a14477ad8477fae9ab1aef6e415e4a99b3 (plain)
1
2
3
4
5
6
7
8
#include "mips/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)