Date: Thu, 6 Jul 2006 18:04:33 GMT From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 100783 for review Message-ID: <200607061804.k66I4Xbp015924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100783 Change 100783 by wkoszek@wkoszek_laptop on 2006/07/06 18:04:00 Pretty minimal _start. Affected files ... .. //depot/projects/mips2/src/sys/mips/mips/locore.S#2 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/locore.S#2 (text+ko) ==== @@ -28,3 +28,10 @@ #include "assym.s" #include <machine/asm.h> __FBSDID("$FreeBSD$"); + +/* + * XXXMIPS: Fill this later. + */ +.globl _start +_start: + nop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607061804.k66I4Xbp015924>