OSDN Git Service

2010-05-28 Kai Tietz <kai.tietz@onevision.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 11:19:41 +0000 (11:19 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 11:19:41 +0000 (11:19 +0000)
        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

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

index 268e0ca..79f2ca7 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 e9f94a7..0a65ffd 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 9b4ae35..9ae7ced 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 d2828f0..3750e0c 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"