entered into RCS
authorRichard Stallman <rms@gnu.org>
Wed, 1 Jul 1992 19:56:47 +0000 (19:56 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 1 Jul 1992 19:56:47 +0000 (19:56 +0000)
From-SVN: r1375

gcc/config/m68k/news3.h [new file with mode: 0644]
gcc/config/m68k/news3gas.h [new file with mode: 0644]

diff --git a/gcc/config/m68k/news3.h b/gcc/config/m68k/news3.h
new file mode 100644 (file)
index 0000000..f3d9eb6
--- /dev/null
@@ -0,0 +1,6 @@
+#include "news.h"
+
+/* This is to be compatible with types.h.
+   It was found to be necessary with Newsos 3.  */
+
+#define SIZE_TYPE "long int"
diff --git a/gcc/config/m68k/news3gas.h b/gcc/config/m68k/news3gas.h
new file mode 100644 (file)
index 0000000..7f02d9d
--- /dev/null
@@ -0,0 +1,6 @@
+#include "newsgas.h"
+
+/* This is to be compatible with types.h.
+   It was found to be necessary with Newsos 3.  */
+
+#define SIZE_TYPE "long int"