Add a linker script to force the .openbsd.randomdata section to be put after
authormiod <miod@openbsd.org>
Wed, 1 Jan 2014 07:54:15 +0000 (07:54 +0000)
committermiod <miod@openbsd.org>
Wed, 1 Jan 2014 07:54:15 +0000 (07:54 +0000)
commit56a1885ac7c603506dd34ae52a06291ce5f7b48e
treecde0628d44acfdba2756785662c5bc9a1d4fea3a
parentfe5ef627438cf560ffd9a1720e28f3c19df1ed41
Add a linker script to force the .openbsd.randomdata section to be put after
.data, so that it will not get mapped read-only by pmap_bootstrap().
sys/arch/sparc/conf/Makefile.sparc
sys/arch/sparc/conf/ld.script [new file with mode: 0644]