* mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Nov 2009 10:19:20 +0000 (10:19 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Nov 2009 10:19:20 +0000 (10:19 +0000)
commit6665ce3784df4f1bf692785c0f79de6eaa7d6dc2
treef00f0324fb3168635e4416794446e29c58bfb4f6
parent37c235206a9198f07d575681b7e5182c93b28c22
* mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
compiling with GCC rather than taking the address of a local
variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154771 138bc75d-0d04-0410-961f-82ee72b054a4
boehm-gc/ChangeLog
boehm-gc/mark_rts.c