aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.powerpc64
Commit message (Expand)AuthorAgeFilesLines
* kernel: Add defination of .init_array and .fini_array for all other platformsZhenlei Huang2024-09-021-1/+14
* kernel: Move the debug stuff into a common scriptWarner Losh2024-08-011-28/+3
* kernel: Sync ldscript files wrt gnu.attributes and .note.GNU-stackWarner Losh2024-02-291-3/+3
* ldscript.powerpc*: Only put .dynamic in PT_DYNAMICJessica Clarke2024-01-261-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* [PowerPC] Fix build-id note on powerpc64 kernelBrandon Bergren2020-06-011-3/+4
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-071-5/+5
* Expose the kernel's build-ID through sysctlEd Maste2019-06-041-0/+5
* Fix PPC64 kernel build with clang8 + lld8Leandro Lupori2019-05-221-1/+2
* powerpc64: Fix kernel ldscript to only emit one PT_LOAD segmentJustin Hibbits2019-03-291-3/+8
* powerpc64: Align frequently used/exclusive data on cacheline boundariesJustin Hibbits2018-08-191-0/+14
* 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