minix/lib/csu
Ben Gras 8b69d04fff csu: add code to call constructors to be used by clang
. clang-linked binaries were not calling global constructors, as the
	  code to do so wasn't in csu/ and linked
	. it does work for gcc as it uses its self-supplied crt{begin,end} code
	. this commit copies netbsd's crt{begin,end}.S, which contains
	  constructor/destructor calling code, called from .init and .fini
	  sections already accumulated by the linker. the _init function was already
	  called by the C startup code before calling main.
	. based on work by Antoine Leca
2011-11-20 20:20:51 +01:00
..
i386-aout rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
i386-elf csu: add code to call constructors to be used by clang 2011-11-20 20:20:51 +01:00
Makefile csu/build support for ELF 2010-12-10 22:20:12 +00:00