]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)
authorKai Tietz <kai.tietz@onevision.com>
Fri, 28 May 2010 11:19:41 +0000 (11:19 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 28 May 2010 11:19:41 +0000 (13:19 +0200)
2010-05-28  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/44299
        * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
        * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
        * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.

From-SVN: r159965

gcc/ChangeLog
gcc/config/i386/t-cygming
gcc/config/i386/winnt-cxx.c
gcc/config/i386/winnt.c

index 268e0ca26fad28bfa7871d5e3e122663f834c051..79f2ca73a38e23c3787d591d5ab22ee781b2545b 100644 (file)
@@ -1,3 +1,10 @@
+2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
+
+       PR bootstrap/44299
+       * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
+       * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
+       * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
+
 2010-05-28  Alan Modra  <amodra@gmail.com>
 
        PR target/44266
index e9f94a79b3cb5d29d50dd7c1074227bb501776c2..0a65ffd99d9b27df8089fea47a90a43484a9a9b4 100644 (file)
@@ -35,7 +35,7 @@ winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
        $(srcdir)/config/i386/winnt.c
 
 winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
-  $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
+  $(TM_H) $(TREE_H) flags.h \
   $(TM_P_H) toplev.h $(HASHTAB_H) $(GGC_H)
        $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
        $(srcdir)/config/i386/winnt-cxx.c
index 9b4ae3563368223ff03dc1066b52fa8991acc096..9ae7ceda8a236200e164b3d19ef1d362964e1115 100644 (file)
@@ -17,15 +17,11 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
-#undef IN_GCC_FRONTEND
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
-#include "rtl.h"
-#include "regs.h"
-#include "hard-reg-set.h"
-#include "output.h"
 #include "tree.h"
 #include "cp/cp-tree.h" /* This is why we're a separate module.  */
 #include "flags.h"
index d2828f04ecdcab399f40506de9242c37e4237ea8..3750e0c4b08712ffc0d65d63b1026e4edadc1f7b 100644 (file)
@@ -18,7 +18,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
-#undef IN_GCC_FRONTEND
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"