From: Richard Stallman Date: Wed, 1 Jul 1992 19:56:47 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b86e64e059433c2ee9630a87125a04610981529a;p=gcc.git entered into RCS From-SVN: r1375 --- diff --git a/gcc/config/m68k/news3.h b/gcc/config/m68k/news3.h new file mode 100644 index 00000000000..f3d9eb686a7 --- /dev/null +++ b/gcc/config/m68k/news3.h @@ -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 index 00000000000..7f02d9d1e7d --- /dev/null +++ b/gcc/config/m68k/news3gas.h @@ -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"