Missed an ALIGN (which I will admit I do not understand, this is voodoo)

This commit is contained in:
deraadt 2022-11-07 21:12:57 +00:00
parent a5c19628ac
commit cd3e981de0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ SECTIONS
/* TEXT */
. = ALIGN(0x10000);
.text : { *(.text .text.*) } :text
. = ALIGN(0x1000);
.boot.text :
{
. = ALIGN(0x1000);