--- gcc/config/xm-mot3300.h 2018/04/24 17:51:33 1.1 +++ gcc/config/xm-mot3300.h 2018/04/24 18:04:26 1.1.1.2 @@ -5,3 +5,6 @@ #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) + +#define rindex strrchr +#define index strchr