This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fstack-limit-register not work for ARM?
Jun Sun <jsun@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