summaryrefslogtreecommitdiff
path: root/lib/csu/common/sysident.S
AgeCommit message (Collapse)Author
2014-05-14Ensure notes are properly padded to 32bit length.joerg
2013-09-10Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH formatt
which a program was compiled.
2010-08-07Switch i386 and x86_64 to the new CRT layout. The crt0.c body is sharedjoerg
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.