OpenGrok
Cross Reference: crt0.S
xref
: /
src
/
lib
/
csu
/
arch
/
i386
/
crt0.S
Home
|
History
|
Annotate
|
Download
|
only in
i386
History log of
/src/lib/csu/arch/i386/crt0.S
Revision
Date
Author
Comments
1.4
26-Nov-2018
joerg
Do not pass the main object handle from the assembler startup stub to
the common ___start routine. It's only used for a pointless magic
version check. Thanks to martin@ for testing various architectures.
1.3
01-Jul-2011
joerg
branches: 1.3.40; 1.3.42;
Explicitly declare ___start as hidden.
1.2
30-Jun-2011
joerg
Assert that ps_strings is valid. Use it to drop the first three
arguments to ___start to make the assembler callers simpler.
1.1
07-Aug-2010
joerg
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.
1.3.42.1
10-Jun-2019
christos
Sync with HEAD
1.3.40.1
26-Dec-2018
pgoyette
Sync with HEAD, resolve a few conflicts
Indexes created Sat Oct 18 17:09:52 GMT 2025