From: Richard Stallman Date: Mon, 29 Jun 1992 17:50:38 +0000 (+0000) Subject: (SIZE_TYPE): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a107c5597695bf259ee46e3d9cb49ea2476a497;p=gcc.git (SIZE_TYPE): Defined. (LINK_LIBGCC_SPECIAL): Fix typo. From-SVN: r1338 --- diff --git a/gcc/config/ns32k/sequent.h b/gcc/config/ns32k/sequent.h index 467d99dfa6d..990ce85c1c6 100644 --- a/gcc/config/ns32k/sequent.h +++ b/gcc/config/ns32k/sequent.h @@ -44,7 +44,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* gcc should find libgcc.a itself, not ask linker to do so. */ -3define LINK_LIBGCC_SPECIAL +#define LINK_LIBGCC_SPECIAL + +/* GCC must match what sys/types.h uses for size_t. */ + +#define SIZE_TYPE "int" /* This is how to align the code that follows an unconditional branch. Don't define it, since it confuses the assembler (we hear). */