crt0 actually calls ___start

This commit is contained in:
skrll 2013-07-13 09:48:26 +00:00
parent d5921f2b1c
commit 9a641fd145
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ arch/${MACHINE_ARCH} or arch/${MACHINE_CPU}:
- Makefile.inc: provides ELFSIZE corresponding to 32/64bit file format.
If using the common C code instead of crtbegin.S also provide a -I option
to find crtbegin.h in your arch subdir.
- crt0.S: provides setup code and the call to __start.
- crt0.S: provides setup code and the call to ___start.
- crtbegin.S or crtbegin.h: see below
- crtend.S: see below, most likely just a copy of an existing architecture
- crti.S: prefix part of .init/.fini sections, i.e. to ensure stack alignment