svn commit: r217612 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Wed Jan 19 22:30:12 UTC 2011


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


More information about the svn-src-all mailing list