Supplying entropy from etext has created a regression on arm where we
authorpatrick <patrick@openbsd.org>
Sat, 10 Feb 2018 07:02:21 +0000 (07:02 +0000)
committerpatrick <patrick@openbsd.org>
Sat, 10 Feb 2018 07:02:21 +0000 (07:02 +0000)
commite845b8ed2fc120b92ce19527b80f172f300fc5fc
tree4a794b6a0086dd3406c779cb9073f0ef6a25eb01
parent76993562ee454b0990f3c63c6bcbade0abd10a92
Supplying entropy from etext has created a regression on arm where we
get an alignment fault while copying the data.  Turns out that since we
have .rodata in the text segment, it's very easily possible that etext
remains unaligned.  Work around this by word-aligning etext.  The next
step is to split .rodata out of the text segment.

ok deraadt@
sys/arch/arm/conf/kern.ldscript