chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / sh / crt0.S
index c9938a5612eae9003df0fa11af49ffa02ada7000..21a37655f2a4de27db93d638ecbd74097afc4658 100644 (file)
@@ -1,12 +1,11 @@
 #
 # arch/sh/crt0.S
 #
 #
 # arch/sh/crt0.S
 #
-# void _start(void)
-# {
-#    /* Divine up argc, argv, and envp */
-#    environ = envp;
-#    exit(main(argc, argv, envp));
-# } 
+# Does arch-specific initialization and invokes __libc_init
+# with the appropriate arguments.
+#
+# See __static_init.c or __shared_init.c for the expected
+# arguments.
 #
 
        .text
 #
 
        .text