diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-01 19:56:47 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-01 19:56:47 +0000 |
commit | b86e64e059433c2ee9630a87125a04610981529a (patch) | |
tree | 24c79a0d8ad67767e5262fd28326e3b06ac854e2 /gcc | |
parent | 039f3c348099555a522e384ca88572f77a2ef415 (diff) | |
download | gcc-b86e64e059433c2ee9630a87125a04610981529a.zip gcc-b86e64e059433c2ee9630a87125a04610981529a.tar.gz gcc-b86e64e059433c2ee9630a87125a04610981529a.tar.bz2 |
entered into RCS
From-SVN: r1375
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/news3.h | 6 | ||||
-rw-r--r-- | gcc/config/m68k/news3gas.h | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/m68k/news3.h b/gcc/config/m68k/news3.h new file mode 100644 index 0000000..f3d9eb6 --- /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 0000000..7f02d9d --- /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" |