History log of /freebsd-9.3-release/sys/conf/ldscript.mips.mips64
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 217655 20-Jan-2011 imp

Remove commented out _DYNAMIC sections.


# 217612 19-Jan-2011 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.


# 202103 11-Jan-2010 imp

Using svn cp rather than cp to copy these files over had the benefit
of preserving their history. It had the problem that it also copied
over mergeinfo data. Since we're retiring the projects/mips branch,
I'm removing the svn:mergeinfo property from them all.

Submitted by: jhb


# 201973 10-Jan-2010 imp

Merge from projects/mips to head by hand:

mips64 ld script for the kernel.


# 197003 08-Sep-2009 imp

Put back KERNLOADADDR.


# 196258 15-Aug-2009 imp

Pick an arbitrary address to load the kernel at. 1MB seems as good as
any other.


# 196239 15-Aug-2009 imp

New script to produce mips64 ELF64 binaries.