Jun Sun <j...@netspectrum.com> writes: > If you or someone could point out where are the code section is for > adding this support for those arches, or even better, provide some > hints for us to search the related svn history, that would be really > helpful. We might get brave enough to add this code for ARM (probably > after drinking some volka ;0)
[-fstack-limit-register for ARM] The place to change would be arm_expand_prologue, probably just after the last place which emits an add to stack_pointer_rtx. Ian