This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Builtin: stack pointer


Renato Golin <renato.golin@linaro.org> writes:

> Basically, introducing the builtin: __builtin_stack_pointer() which
> will return the stack pointer register's value. There's no guarantee
> that the register will contain the information you want (for example,
> if the surrounding code uses it) and is only meant to replace the
> construct above.

Can't you use __builtin_frame_address (0) instead?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]