History log of /netbsd-src/lib/csu/README (Results 1 – 6 of 6)
Revision Date Author Comments
# 61731496 22-Apr-2014 joerg <joerg@NetBSD.org>

Retire USE_COMPILERCRTSTUFF=yes.


# 9a641fd1 13-Jul-2013 skrll <skrll@NetBSD.org>

crt0 actually calls ___start


# 14d55ae5 10-Jul-2013 martin <martin@NetBSD.org>

Try to also document the variant using common C code - Matt, please review!


# 36d44ff5 10-Jul-2013 martin <martin@NetBSD.org>

Fix typo


# 5b92de54 24-Jun-2013 joerg <joerg@NetBSD.org>

Add some more clues on what is needed to add a new platform.


# 01bc9d50 07-Aug-2010 joerg <joerg@NetBSD.org>

Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared
between all platforms and a small assembler stub in crt0.S is used for
setting up the proper stack and whatever else MD needs.

Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared
between all platforms and a small assembler stub in crt0.S is used for
setting up the proper stack and whatever else MD needs.

Extract crti.S and crtn. from the old dot_init.h files. Prepare other
platforms that use the 6-argument form of __(_)start for this.

Rewrite the crtbegin and crtend modules in assembler to make them
compiler independent. Document the interface in README.

show more ...