Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 14:15:43 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100884 for review
Message-ID:  <200607071415.k67EFh6g023644@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100884

Change 100884 by wkoszek@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;    */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607071415.k67EFh6g023644>