freebsd-dev/lib/csu/i386-elf
Jilles Tjoelker 1e17fbd3d9 Do not create *.gmon files for PIE executables on i386.
Scrt1_c.o was accidentally compiled with -DGCRT (profiling), like gcrt1_c.o.
This problem is i386-specific, the other architectures are OK.

If you have problems with PIE executables such as samba and cups leaving
behind gmon files, rebuild them after installing this change.

PR:		ports/143924
Reviewed by:	kib
MFC after:	3 days
2010-03-20 22:58:54 +00:00
..
crt1_c.c Properly support -fPIE by linking PIE binaries with specially-built 2009-12-02 16:34:20 +00:00
crt1_s.S Properly support -fPIE by linking PIE binaries with specially-built 2009-12-02 16:34:20 +00:00
crti.S Keep the stack aligned to a 16 byte boundary when calling init functions 2005-05-19 07:31:06 +00:00
crtn.S Keep the stack aligned to a 16 byte boundary when calling init functions 2005-05-19 07:31:06 +00:00
Makefile Do not create *.gmon files for PIE executables on i386. 2010-03-20 22:58:54 +00:00