From: Richard Stallman Date: Wed, 27 May 1992 20:06:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6701a475fab9613f93c83e0840ced15d4618a4c;p=gcc.git *** empty log message *** From-SVN: r1099 --- 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). */