More fun target specific stuff. gimplify.c needs the back end supplied macros/function for the va-arg padding functions to bootstrap...

confirmed to build stage1 cross compile on rs6000 and mips64.

checked in as revision 203373...  hopefully that's the last of them :-P

Andrew
        * gimplify.c: Include expr.h and tm_p.h for targets with special va-arg
        padding requirements.


Index: gimplify.c
===================================================================
*** gimplify.c  (revision 203357)
--- gimplify.c  (working copy)
*************** along with GCC; see the file COPYING3.
*** 46,51 ****
--- 46,53 ----
  #include "langhooks-def.h"    /* FIXME: for lhd_set_decl_assembler_name */
  #include "tree-pass.h"                /* FIXME: only for PROP_gimple_any */
  #include "tree-mudflap.h"
+ #include "expr.h"
+ #include "tm_p.h"
  
  enum gimplify_omp_var_data
  {

Reply via email to