From owner-cvs-all@FreeBSD.ORG Sat May 3 11:16:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A920A1065671; Sat, 3 May 2008 11:16:32 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 90B458FC22; Sat, 3 May 2008 11:16:32 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m43BGWD3079862; Sat, 3 May 2008 11:16:32 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43BGWWC079861; Sat, 3 May 2008 11:16:32 GMT (envelope-from gonzo) Message-Id: <200805031116.m43BGWWC079861@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 3 May 2008 11:16:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/csu/mips Makefile crt1.c crti.S crtn.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 11:16:32 -0000 gonzo 2008-05-03 11:16:32 UTC FreeBSD src repository Added files: lib/csu/mips Makefile crt1.c crti.S crtn.S Log: Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch. Approved by: cognet (mentor) Revision Changes Path 1.1 +23 -0 src/lib/csu/mips/Makefile (new) 1.1 +116 -0 src/lib/csu/mips/crt1.c (new) 1.1 +37 -0 src/lib/csu/mips/crti.S (new) 1.1 +15 -0 src/lib/csu/mips/crtn.S (new)