History log of /netbsd/lib/csu/common/sysident_assym.cf (Results 1 – 4 of 4)
Revision Date Author Comments
# 350c876f 14-Nov-2013 martin <martin@NetBSD.org>

On sparc64: create additional "marker" object files, that can be used by the
compiler to encode the used code model in binaries.


# 860f6677 10-Sep-2013 matt <matt@NetBSD.org>

MARCH note is conditional


# 7ee98625 10-Sep-2013 matt <matt@NetBSD.org>

Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
which a program was compiled.


# 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 ...