This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix bootstrap on head


Andreas,

I'm hitting this too. :-) Can you commit as obvious, or should I commit for you?

--Zem

On 7 Sep 2004, at 22.36, Andreas Tobler wrote:

Hi,

I test the following patch to fix the latest break on main.

Andreas


Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1376
diff -u -r1.1376 Makefile.in
--- Makefile.in 8 Sep 2004 00:49:43 -0000 1.1376
+++ Makefile.in 8 Sep 2004 05:34:54 -0000
@@ -1867,7 +1867,7 @@
builtins.o : builtins.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)\
$(TREE_GIMPLE_H) $(FLAGS_H) $(TARGET_H) function.h $(REGS_H) $(EXPR_H) $(OPTABS_H) \
insn-config.h $(RECOG_H) output.h typeclass.h hard-reg-set.h toplev.h hard-reg-set.h \
- except.h $(TM_P_H) $(PREDICT_H) libfuncs.h real.h langhooks.h basic-block.h
+ except.h $(TM_P_H) $(PREDICT_H) libfuncs.h real.h langhooks.h basic-block.h tree-mudflap.h
calls.o : calls.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H) $(FLAGS_H) \
$(EXPR_H) $(OPTABS_H) langhooks.h $(TARGET_H) \
libfuncs.h $(REGS_H) toplev.h output.h function.h $(TIMEVAR_H) $(TM_P_H) cgraph.h except.h
Index: builtins.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/builtins.c,v
retrieving revision 1.378
diff -u -r1.378 builtins.c
--- builtins.c 8 Sep 2004 01:34:03 -0000 1.378
+++ builtins.c 8 Sep 2004 05:35:04 -0000
@@ -46,6 +46,7 @@
#include "target.h"
#include "langhooks.h"
#include "basic-block.h"
+#include "tree-mudflap.h"


#define CALLED_AS_BUILT_IN(NODE) \
(!strncmp (IDENTIFIER_POINTER (DECL_NAME (NODE)), "__builtin_", 10))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]