From owner-cvs-src-old@FreeBSD.ORG Wed Jan 19 22:15:30 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DB43106566C for ; Wed, 19 Jan 2011 22:15:30 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3008FC20 for ; Wed, 19 Jan 2011 22:15:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0JMFUaZ041747 for ; Wed, 19 Jan 2011 22:15:30 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0JMFUfL041746 for cvs-src-old@freebsd.org; Wed, 19 Jan 2011 22:15:30 GMT (envelope-from jmallett@repoman.freebsd.org) Message-Id: <201101192215.p0JMFUfL041746@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jmallett@repoman.freebsd.org using -f From: Juli Mallett Date: Wed, 19 Jan 2011 22:15:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.mips.mips64 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 22:15:30 -0000 jmallett 2011-01-19 22:15:12 UTC FreeBSD src repository Modified files: sys/conf ldscript.mips.mips64 Log: SVN rev 217612 on 2011-01-19 22:15:12Z by jmallett The output format should be determined by the ABI flags, not the ldscript. This ldscript is used with both little-endian and big-endian targets. This hopefully fixes MIPS universe. NB: We really should get rid of almost all of the MIPS ldscripts. There's only gratuitous differences between them, mostly because they're too specific or they do things like specify the output format rather than taking it from flags given in the kernel config file or the default output format of the compiler. Also add svn:keywords property. Revision Changes Path 1.2 +0 -3 src/sys/conf/ldscript.mips.mips64