OSDN Git Service

* i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 1999 18:22:29 +0000 (18:22 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 1999 18:22:29 +0000 (18:22 +0000)
        * i386/t-winnt: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30045 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/t-cygwin
gcc/config/i386/t-winnt

index 7774d79..f6145f6 100644 (file)
@@ -1,3 +1,12 @@
+Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
+
+       * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
+       * i386/t-winnt: Likewise.
+
+Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
+
+       * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
+
 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
 
        * Makefile.in (LANGUAGES): Omit "proto".
index 175f66b..2787961 100644 (file)
@@ -12,5 +12,5 @@ LIMITS_H_TEST = true
 # first.
 LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include
 
-winnt.o: $(srcdir)/config/i386/winnt.c
+winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
index 1e3557c..50e0566 100644 (file)
@@ -1,4 +1,4 @@
-winnt.o: $(srcdir)/config/i386/winnt.c
+winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
 oldnames.o: $(srcdir)/config/winnt/oldnames.c
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/winnt/oldnames.c