From e6701a475fab9613f93c83e0840ced15d4618a4c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 27 May 1992 20:06:15 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1099 --- gcc/collect2.c | 2 ++ gcc/config/we32k/we32k.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/collect2.c b/gcc/collect2.c index 89ba0085bd5..c1103f1083a 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#ifdef NO_WAIT_H #include +#endif #ifndef errno extern int errno; diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index e1c9ff3a4bf..eb88ad57b5e 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -96,7 +96,7 @@ extern int target_flags; /* Define this if move instructions will actually fail to work when given unaligned data. */ -#define STRICT_ALIGNMENT +#define STRICT_ALIGNMENT 1 /* Define number of bits in most basic integer type. (If undefined, default is BITS_PER_WORD). */ -- 2.30.2