diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-27 20:06:15 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-27 20:06:15 +0000 |
commit | e6701a475fab9613f93c83e0840ced15d4618a4c (patch) | |
tree | decbb3c7221624d5d562151644ca26c4d184a053 | |
parent | a59d660df73d000c30fece7d55b898f5cfe8ae76 (diff) | |
download | gcc-e6701a475fab9613f93c83e0840ced15d4618a4c.zip gcc-e6701a475fab9613f93c83e0840ced15d4618a4c.tar.gz gcc-e6701a475fab9613f93c83e0840ced15d4618a4c.tar.bz2 |
*** empty log message ***
From-SVN: r1099
-rw-r--r-- | gcc/collect2.c | 2 | ||||
-rw-r--r-- | gcc/config/we32k/we32k.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 89ba008..c1103f1 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 <signal.h> #include <sys/file.h> #include <sys/stat.h> +#ifdef NO_WAIT_H #include <sys/wait.h> +#endif #ifndef errno extern int errno; diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index e1c9ff3..eb88ad5 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). */ |