freebsd-dev/lib/csu
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
..
amd64 Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64. 2008-08-22 09:23:39 +00:00
arm Implement .init and .fini. 2004-09-23 23:00:51 +00:00
common The __used (== __attribute__((__used)) ) silences the warning produced 2007-12-04 12:18:43 +00:00
i386-elf Fixed profiling of main() for amd64 and i386. This started rotting 2005-10-07 22:13:17 +00:00
ia64 Bring ia64 back from the dead. After a call one needs to restore the 2004-08-18 23:06:47 +00:00
mips Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch. 2008-05-03 11:16:32 +00:00
powerpc Add support for TLS in statically linked programs. 2004-08-15 16:18:52 +00:00
sparc64 Fix TLS on sparc64 for statically and dynamically linked binaries 2006-10-08 02:50:34 +00:00
Makefile.inc Enable GCC stack protection (aka Propolice) for userland: 2008-06-25 21:33:28 +00:00