freebsd-dev/lib/csu/i386-elf
Konstantin Belousov ea40bc90e1 The (%esp & 0xf) == 0 should be true before the call instruction is
executed, for the properly aligned stack.

Reported and tested by:	rstone
Pointy hat to:	kib
MFC after:	3 days
2011-01-13 23:00:22 +00:00
..
crt1_c.c Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
crt1_s.S The (%esp & 0xf) == 0 should be true before the call instruction is 2011-01-13 23:00:22 +00:00
crti.S Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:07:51 +00:00
crtn.S Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:07:51 +00:00
Makefile Apply a workaround for a binutils issue with the .note.ABI-tag section 2011-01-13 20:44:31 +00:00