summaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.powerpc64
AgeCommit message (Expand)Author
2024-09-02kernel: Add defination of .init_array and .fini_array for all other platformsZhenlei Huang
2024-07-31kernel: Move the debug stuff into a common scriptWarner Losh
2024-02-29kernel: Sync ldscript files wrt gnu.attributes and .note.GNU-stackWarner Losh
2024-01-26ldscript.powerpc*: Only put .dynamic in PT_DYNAMICJessica Clarke
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2020-06-01[PowerPC] Fix build-id note on powerpc64 kernelBrandon Bergren
2020-05-07[PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren
2019-06-04Expose the kernel's build-ID through sysctlEd Maste
2019-05-22Fix PPC64 kernel build with clang8 + lld8Leandro Lupori
2019-03-29powerpc64: Fix kernel ldscript to only emit one PT_LOAD segmentJustin Hibbits
2018-08-19powerpc64: Align frequently used/exclusive data on cacheline boundariesJustin Hibbits
2017-12-29Add support for 64-bit PowerPC kernels to be directly loaded by kexec, whichNathan Whitehorn
2017-12-19Make __startkernel line up with KERNBASE, so that the math to compute theNathan Whitehorn
2017-11-25Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange forNathan Whitehorn
2016-07-28remove CONSTRUCTORS from kernel linker scriptsEd Maste
2015-11-29Fix build with new binutils. This gets a working kernel with GCC 5.2 andNathan Whitehorn
2015-01-18Refactor PowerPC (especially AIM) init sequence to be less baroque.Nathan Whitehorn
2014-10-10Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin
2012-01-20Add the .opd section, this is helps booting a profiled kernel.Andreas Tobler
2011-01-20In fact, we don't need any of these __DYNAMIC. it is a.out leftover and comm...Warner Losh
2010-07-13Add powerpc64 kernel ldscript.Nathan Whitehorn