summaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.arm
AgeCommit message (Expand)Author
2024-11-17arm: link all .rodata variants into one output sectionMichal Meloun
2024-11-17arm: align data section to the supersection.Michal Meloun
2024-11-17arm: add read_frequently, read_mostly and exclusive_cache_line sections to li...Michal Meloun
2024-11-17arm: fix symbols around the .ARM.exidx sectionMichal Meloun
2024-11-17arm: Fix typo in ldscript.arm.Michal Meloun
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
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2019-12-29Eliminate the generated ldscript for arm and arm64, and strip $a/$d markerIan Lepore
2019-06-04Expose the kernel's build-ID through sysctlEd Maste
2016-07-28remove CONSTRUCTORS from kernel linker scriptsEd Maste
2014-01-28Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner
2013-03-10Correctly align the unwind tables. Without this clang may incorrectly alignAndrew Turner
2013-01-19When DDB is enabled and we are building for the ARM EABI include the unwindAndrew Turner
2012-08-21Get rid of ARM_BIG_ENDIAN for good:Oleksandr Tymoshenko
2005-11-24Create a non-elf pure binary version of the kernel as well.Olivier Houchard
2004-09-23Use the address provided in the conf file, instead of hardcode 0xc0000000.Olivier Houchard
2004-05-14Add config magic for arm.Olivier Houchard