• 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

修订版ffa8863de31d6d1e35ad77b128f9bfe3676859f5 (tree)
时间1989-12-18 06:20:07
作者Charles Hannum <mycroft@gnu....>
CommiterCharles Hannum

Log Message

entered into RCS

From-SVN: r6

更改概述

差异

--- /dev/null
+++ b/gcc/config/m68k/xm-crds.h
@@ -0,0 +1,21 @@
1+#define USG
2+
3+#ifndef unos
4+#define unos
5+#endif
6+
7+#include "xm-m68k.h"
8+
9+#define bcopy(a,b,c) memcpy (b,a,c)
10+#define bzero(a,b) memset (a,0,b)
11+#define bcmp(a,b,c) memcmp (a,b,c)
12+
13+/* Avoid conflict with C library by changing name of this symbol. */
14+#define gettime gcc_gettime
15+
16+#ifndef __GNUC__
17+#define USE_C_ALLOCA
18+#else
19+#define alloca __builtin_alloca
20+#endif
21+