summaryrefslogtreecommitdiffstats
path: root/libgcc/x86/crti.s
AgeCommit message (Collapse)AuthorFilesLines
2025-12-20Global variables initialization implementationlinker_scriptAlexey Gavrilov1-0/+5
User implementation of C runtime library objects (`crti.s` and `crtn.s`) for initialization (termination functionality are ignored). Changing files order passed to the linker. Rough order is: boot.s crti.o crtbegin.o other-link-objects.o crtend.o crtn.o Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>