Re: [PATCH] Fix Ada bootstrap (PR 54092)

2012-07-25 Thread Steven Bosscher
On Wed, Jul 25, 2012 at 5:20 PM, Richard Henderson wrote: > That's what I get for assuming front-ends don't touch back-end things > like optabs and libcalls... That is _almost_ the case. In fact, this is one of the last problems... $ egrep "\"optabs\.h|\"libfuncs\.h|\"expr\.h|\"rtl|\"recog|\"ba

[PATCH] Fix Ada bootstrap (PR 54092)

2012-07-25 Thread Richard Henderson
That's what I get for assuming front-ends don't touch back-end things like optabs and libcalls... I'm reasonably certain that a better solution would be to move the set_stack_check_libfunc declaration elsewhere and/or totally rearrange that specific interface: c.f. lang_hooks.eh_protect_cleanup_ac