From: ktietz Date: Fri, 28 May 2010 11:19:41 +0000 (+0000) Subject: 2010-05-28 Kai Tietz X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a32346375427d92dfcdb5d4091e825eda4a5500;p=thirdparty%2Fgcc.git 2010-05-28 Kai Tietz 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159965 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 268e0ca26fad..79f2ca73a38e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2010-05-28 Kai Tietz + + 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 PR target/44266 diff --git a/gcc/config/i386/t-cygming b/gcc/config/i386/t-cygming index e9f94a79b3cb..0a65ffd99d9b 100644 --- a/gcc/config/i386/t-cygming +++ b/gcc/config/i386/t-cygming @@ -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 diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index 9b4ae3563368..9ae7ceda8a23 100644 --- a/gcc/config/i386/winnt-cxx.c +++ b/gcc/config/i386/winnt-cxx.c @@ -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 . */ -#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" diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index d2828f04ecdc..3750e0c4b087 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -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 . */ -#undef IN_GCC_FRONTEND + #include "config.h" #include "system.h" #include "coretypes.h"