aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Add support for 64-bit PowerPC kernels to be directly loaded by kexec, whichNathan Whitehorn2017-12-291-1/+8
* Make __startkernel line up with KERNBASE, so that the math to compute theNathan Whitehorn2017-12-191-1/+1
* Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange forNathan Whitehorn2017-11-251-2/+5
* remove CONSTRUCTORS from kernel linker scriptsEd Maste2016-07-281-1/+0
* Fix build with new binutils. This gets a working kernel with GCC 5.2 andNathan Whitehorn2015-11-291-0/+1
* Refactor PowerPC (especially AIM) init sequence to be less baroque.Nathan Whitehorn2015-01-181-1/+2
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-101-1/+2
* Add the .opd section, this is helps booting a profiled kernel.Andreas Tobler2012-01-201-8/+8
* In fact, we don't need any of these __DYNAMIC. it is a.out leftover and comm...Warner Losh2011-01-201-2/+0
* Add powerpc64 kernel ldscript.Nathan Whitehorn2010-07-131-0/+144