freebsd-dev/lib/csu/amd64
Konstantin Belousov af8d325c77 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
2008-08-22 09:23:39 +00:00
..
crt1.c Fixed profiling of main() for amd64 and i386. This started rotting 2005-10-07 22:13:17 +00:00
crti.S
crtn.S
Makefile Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64. 2008-08-22 09:23:39 +00:00