From b86e64e059433c2ee9630a87125a04610981529a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 1 Jul 1992 19:56:47 +0000 Subject: [PATCH] entered into RCS From-SVN: r1375 --- gcc/config/m68k/news3.h | 6 ++++++ gcc/config/m68k/news3gas.h | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 gcc/config/m68k/news3.h create mode 100644 gcc/config/m68k/news3gas.h 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" -- 2.30.2