[patch] fix bootstrap on head

Ziemowit Laski zlaski@ziemas.net
Wed Sep 8 06:08:00 GMT 2004


On 7 Sep 2004, at 22.56, Andrew Pinski wrote:

>
> On Sep 7, 2004, at 10:52 PM, Ziemowit Laski wrote:
>
>> Andreas,
>>
>> I'm hitting this too. :-)  Can you commit as obvious, or should I 
>> commit for you?
>
> Since I was the one who asked Andreas to do this and I know that
> Andreas is out going to doctor. Could you, Zem, commit this for
> Andreas?  It works for me too.

Will do.  But Andreas will have to give a full report on his doctor's 
visit. :-) :-) :-)

[gcc/ChangeLog]
2004-09-08  Andreas Tobler  <toa@pop.agri.ch>

         * Makefile.in (builtins.o): Depend on tree-mudflap.h.
         * builtins.c: Include tree-mudflap.h.

Index: gcc/Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1376
diff -u -3 -p -r1.1376 Makefile.in
--- gcc/Makefile.in     8 Sep 2004 00:49:43 -0000       1.1376
+++ gcc/Makefile.in     8 Sep 2004 06:01:32 -0000
@@ -1867,7 +1867,8 @@ dojump.o : dojump.c $(CONFIG_H) $(SYSTEM
  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: gcc/builtins.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/builtins.c,v
retrieving revision 1.378
diff -u -3 -p -r1.378 builtins.c
--- gcc/builtins.c      8 Sep 2004 01:34:03 -0000       1.378
+++ gcc/builtins.c      8 Sep 2004 06:01:33 -0000
@@ -46,6 +46,7 @@ Software Foundation, 59 Temple Place - S
  #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))


--Zem



More information about the Gcc-patches mailing list