Module Name:    src
Committed By:   skrll
Date:           Sat Jul 13 09:48:26 UTC 2013

Modified Files:
        src/lib/csu: README

Log Message:
crt0 actually calls ___start


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/csu/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/README
diff -u src/lib/csu/README:1.4 src/lib/csu/README:1.5
--- src/lib/csu/README:1.4	Wed Jul 10 09:41:16 2013
+++ src/lib/csu/README	Sat Jul 13 09:48:26 2013
@@ -14,7 +14,7 @@ arch/${MACHINE_ARCH} or arch/${MACHINE_C
 - 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

Reply via email to