Re: [PATCH 1/1] Make anti_adjust_stack_and_probe_stack_clash extern and use it for Z

2020-05-12 Thread Jeff Law via Gcc-patches
On Fri, 2020-05-08 at 19:51 +0200, Andreas Krebbel via Gcc-patches wrote: > When compiling with -mbackchain -fstack-clash-protection currently no > probes are emitted. This patch adjusts the "allocate_stack" expander > to call anti_adjust_stack_and_probe_stack_clash when needed. In order > to do t

[PATCH 1/1] Make anti_adjust_stack_and_probe_stack_clash extern and use it for Z

2020-05-08 Thread Andreas Krebbel via Gcc-patches
When compiling with -mbackchain -fstack-clash-protection currently no probes are emitted. This patch adjusts the "allocate_stack" expander to call anti_adjust_stack_and_probe_stack_clash when needed. In order to do this I had to export that function from explow.c. Ok for mainline? 2020-05-08 An