summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf/kern.ldscript
AgeCommit message (Expand)Author
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2021-06-27Make sure __bss_start is aligned on an 8-byte boundary. This makes sureMark Kettenis
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2018-02-11Move .openbsd.randomdata into .rodata. This makes things morePatrick Wildt
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-04Due to changes in LLD where sections are sorted in a different way,Patrick Wildt
2017-03-22Implement kernel W^X for arm64. For this purpose align the different segmentsMark Kettenis
2017-01-23Remove duplicate $OpenBSD$ tag.Mark Kettenis
2017-01-23_end should be on a 64-bit boundary, so make sure to alignPatrick Wildt
2017-01-23Remove final align as it confuses lld.Mark Kettenis
2016-12-17Import of OpenBSD/arm64Patrick Wildt