History log of /freebsd-10-stable/sys/conf/ldscript.powerpc64
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

# 230391 20-Jan-2012 andreast

Add the .opd section, this is helps booting a profiled kernel.
Adjust the OUTPUT_ARCH and use the builtin ALIGN() to adjust the data segment.


# 217656 20-Jan-2011 imp

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


# 209976 13-Jul-2010 nwhitehorn

Add powerpc64 kernel ldscript.


# 176617 26-Feb-2008 marcel

Avoid hardcoding the kernel link address in the linker script.
Use KERNBASE instead. While here, move the text sections
forward to the beginning of the text segment.


# 84665 08-Oct-2001 mp

Page align the data segment.


# 78388 17-Jun-2001 benno

The final commit for the first phase of PowerPC support.

This adds the config stuff needed to build kernels.

Reviewed by: obrien


# 78313 15-Jun-2001 obrien

This was repo copied from its sys/conf/ldscript.alpha counter part.


# 55825 11-Jan-2000 peter

Add $FreeBSD$
Make the alpha linker script more like the i386 version - delete the
/usr/local and egcs directories


# 38215 10-Aug-1998 dfr

Lots of changes, including:

* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)


# 37970 30-Jul-1998 dfr

Change load address to 0xfffffc0000300000 to help support AS200.


# 37684 15-Jul-1998 dfr

Linker script for alpha kernel.