• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for Dreamcast


Commit MetaInfo

修订版a5eca796056811719d7ab36624d406c686a07ed4 (tree)
时间1990-03-30 11:41:05
作者Charles Hannum <mycroft@gnu....>
CommiterCharles Hannum

Log Message

Initial revision

From-SVN: r9

更改概述

差异

--- /dev/null
+++ b/gcc/config/m68k/xm-mot3300.h
@@ -0,0 +1,7 @@
1+#define USG
2+
3+#include "xm-m68k.h"
4+
5+#define bcopy(a,b,c) memcpy (b,a,c)
6+#define bzero(a,b) memset (a,0,b)
7+#define bcmp(a,b,c) memcmp (a,b,c)