entered into RCS
From-SVN: r2834
This commit is contained in:
parent
09b6dfc176
commit
a10a765e2d
20
gcc/config/m68k/xm-plexus.h
Normal file
20
gcc/config/m68k/xm-plexus.h
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
/* Host environment for 68000's running System V. */
|
||||||
|
|
||||||
|
#include "xm-m68k.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)
|
||||||
|
|
||||||
|
#define rindex strrchr
|
||||||
|
#define index strchr
|
||||||
|
|
||||||
|
#ifndef __GNUC__
|
||||||
|
#define USE_C_ALLOCA
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef _SIZE_T_
|
||||||
|
typedef int size_t;
|
||||||
|
#define _SIZE_T_
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user