kib 2008-08-22 09:23:39 UTC
FreeBSD src repository
Modified files:
lib/csu/amd64 Makefile
Log:
SVN rev 181997 on 2008-08-22 09:23:39Z by kib
Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
For gcc' __builtin_frame_address() to work, all call frames need to save
frame pointer. In particular, this is important for the upper frame that
should terminate the chain.
No objections from: jhb
PR: amd64/126543
MFC after: 1 week
Revision Changes Path
1.19 +1 -0 src/lib/csu/amd64/Makefile
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"