Date: Wed, 19 Jan 2011 22:27:53 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Juli Mallett <jmallett@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r217612 - head/sys/conf Message-ID: <20110119222655.Y3489@maildrop.int.zabbadoz.net> In-Reply-To: <201101192215.p0JMFDvC091476@svn.freebsd.org> References: <201101192215.p0JMFDvC091476@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Jan 2011, Juli Mallett wrote: > Author: jmallett > Date: Wed Jan 19 22:15:12 2011 > New Revision: 217612 > URL: http://svn.freebsd.org/changeset/base/217612 > > Log: > 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. And with that the entire universe for the first time in >> half a year :-)) Thanks a lot! > 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. > > Modified: > head/sys/conf/ldscript.mips.mips64 (contents, props changed) > > Modified: head/sys/conf/ldscript.mips.mips64 > ============================================================================== > --- head/sys/conf/ldscript.mips.mips64 Wed Jan 19 22:10:35 2011 (r217611) > +++ head/sys/conf/ldscript.mips.mips64 Wed Jan 19 22:15:12 2011 (r217612) > @@ -27,12 +27,9 @@ > * SUCH DAMAGE. > * > * JNPR: ldscript.mips,v 1.3 2006/10/11 06:12:04 > - * $FreeBSD: projects/mips/sys/conf/ldscript.mips 191079 2009-04-14 22:53:22Z gonzo $ > + * $FreeBSD$ This doesn't look right though, does it? > */ > > -OUTPUT_FORMAT("elf64-tradbigmips", "elf64-tradbigmips", > - "elf64-tradlittlemips") > - > OUTPUT_ARCH(mips) > ENTRY(_start) > SEARCH_DIR(/usr/lib); > -- Bjoern A. Zeeb You have to have visions! <ks> Going to jail sucks -- <bz> All my daemons like it! http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110119222655.Y3489>