History log of /freebsd-10-stable/sys/conf/ldscript.sparc64
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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

# 218822 18-Feb-2011 dim

Merge binutils 2.17.50 to head. This brings a number of improvements to
x86 CPU support, better support for powerpc64, some new directives, and
many other things. Bump __FreeBSD_version, and add a note to UPDATING.

Thanks to the many people that have helped to test this.

Obtained from: projects/binutils-2.17


# 217656 20-Jan-2011 imp

In fact, we don't need any of these __DYNAMIC. it is a.out leftover and commented out.


# 115969 07-Jun-2003 jake

Use the same SEARCH_DIR as other platforms.


# 83756 21-Sep-2001 jake

Add kernbase symbol and use it instead of magic numbers in the
linker script.


# 81173 06-Aug-2001 jake

Add code model medlow to cflags and move the kernel load address from
just before the memory hole to 4 megs. Special case building exception.s
like locore.s, it needs to at the beginning so the branches out from the
trap table don't overflow.


# 81084 02-Aug-2001 jake

Add a Makefile, ldscript, and config magic for sparc64. This is tailored
to build with a cross compiler alongside the standard compiler; it would be
more desirable to build in a chroot.