Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu crt0 actually calls ___start



details:   https://anonhg.NetBSD.org/src/rev/9d2c5d9f11f8
branches:  trunk
changeset: 787914:9d2c5d9f11f8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 13 09:48:26 2013 +0000

description:
crt0 actually calls ___start

diffstat:

 lib/csu/README |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3ac9dd5a06ce -r 9d2c5d9f11f8 lib/csu/README
--- a/lib/csu/README    Sat Jul 13 09:24:25 2013 +0000
+++ b/lib/csu/README    Sat Jul 13 09:48:26 2013 +0000
@@ -14,7 +14,7 @@
 - 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



Home | Main Index | Thread Index | Old Index