*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 27 May 1992 20:06:15 +0000 (20:06 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 27 May 1992 20:06:15 +0000 (20:06 +0000)
From-SVN: r1099

gcc/collect2.c
gcc/config/we32k/we32k.h

index 89ba0085bd59833a5321072e8d18755c2c429f5d..c1103f1083a6b3205f01a4441a5cb9f5ba1ca576 100644 (file)
@@ -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;
index e1c9ff3a4bfe514c67412f695da2d9d51457479d..eb88ad57b5e270b22e53df647abf3320edd425fc 100644 (file)
@@ -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).  */