OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 1992 20:06:15 +0000 (20:06 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 1992 20:06:15 +0000 (20:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1099 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 89ba008..c1103f1 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 e1c9ff3..eb88ad5 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).  */