On Thu, Oct 10, 2013 at 4:30 PM, Richard Biener <richard.guent...@gmail.com> wrote: > On Thu, Oct 10, 2013 at 3:10 PM, Andrew MacLeod <amacl...@redhat.com> wrote: >> More fun target specific stuff. gimplify.c needs the back end supplied >> macros/function for the va-arg padding functions to bootstrap... > > Err ... don't we have the va_arg gimplify target hooks to hide this > kind of target dependency?
Ah - it's common code for the targets... which makes me believe it belongs in targhooks.c, kind of. Btw, you didn't move gimplify_va_arg_expr to gimplify.c for some reason? Richard. > Richard. > >> confirmed to build stage1 cross compile on rs6000 and mips64. >> >> checked in as revision 203373... hopefully that's the last of them :-P >> >> Andrew