entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Wed, 15 Apr 1992 13:03:15 +0000 (13:03 +0000)
committerCharles Hannum <mycroft@gnu.org>
Wed, 15 Apr 1992 13:03:15 +0000 (13:03 +0000)
From-SVN: r746

gcc/config/ns32k/xm-ns32k.h

index 4bb25ad227a45850432a4abdca9e4843652f18d1..0342169ebb6bdfb83a0d4b92856cbf4bfa1f6bc3 100644 (file)
@@ -35,6 +35,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Arguments to use with `exit'.  */
 #define SUCCESS_EXIT_CODE 0
 #define FATAL_EXIT_CODE 33
+#define memcpy(src,dst,len) bcopy ((dst),(src),(len))
+#define memset gcc_memset
+#define memcmp(left,right,len) bcmp ((left),(right),(len))
 
 /* If compiled with GNU C, use the built-in alloca */
 #ifdef __GNUC__