mark_rts.c (GC_approx_sp): Use __builtin_frame_address when compiling with GCC rather...
authorBen Elliston <bje@au.ibm.com>
Mon, 30 Nov 2009 10:19:20 +0000 (10:19 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 30 Nov 2009 10:19:20 +0000 (21:19 +1100)
commit2fc5ecb5a8bb3ebc7fad471a0dbd40939c6885e0
treef00f0324fb3168635e4416794446e29c58bfb4f6
parent0761b46075f1c53a0fc01292b1956dd95137e18e
mark_rts.c (GC_approx_sp): Use __builtin_frame_address when compiling with GCC rather than taking the...

* mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
compiling with GCC rather than taking the address of a local
variable.

From-SVN: r154771
boehm-gc/ChangeLog
boehm-gc/mark_rts.c