> -fstack-usage raises a "stack usage computation not supported for this target"
> warning when it encounters a naked function because the prologue returns early
> for naked function on i386. This patch sets the stack usage to zero for naked
> function, following the fix done for Arm by Eric Botcaz
-fstack-usage raises a "stack usage computation not supported for this target"
warning when it encounters a naked function because the prologue returns early
for naked function on i386. This patch sets the stack usage to zero for naked
function, following the fix done for Arm by Eric Botcazou:
ht