PERFORCE change 100884 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Fri Jul 7 14:15:44 UTC 2006


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

Change 100884 by wkoszek at wkoszek_laptop on 2006/07/07 14:15:05

	On other architectures, we use either _start or __start, and this
	name has to be kept consistent between ldscript.mips and locore.S.
	Choose _start, as we already have it in locore.S

Affected files ...

.. //depot/projects/mips2/src/sys/conf/ldscript.mips#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/ldscript.mips#2 (text+ko) ====

@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
 OUTPUT_ARCH(mips)
-ENTRY(start)
+ENTRY(_start)
 SEARCH_DIR(/usr/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */


More information about the p4-projects mailing list