PERFORCE change 140541 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Apr 24 18:25:05 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=140541

Change 140541 by gonzo at gonzo_jeeves on 2008/04/24 18:25:02

	o ld script states that entry point is __start and not _start. Without
	    it entry point defaults to the start of .text section where __main
	    is located. That's no good.

Affected files ...

.. //depot/projects/mips2-jnpr/src/lib/csu/mips/crt1.c#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/lib/csu/mips/crt1.c#3 (text+ko) ====

@@ -71,7 +71,7 @@
 
 /* The entry function. */
 void
-_start(char **ap,
+__start(char **ap,
 	void (*cleanup)(void),			/* from shared loader */
 	struct Struct_Obj_Entry *obj,		/* from shared loader */
 	struct ps_strings *ps_strings)


More information about the p4-projects mailing list