Align SLOT_BASE and HEAP_BASE properly via umka.ld script.

This commit is contained in:
2020-10-22 02:44:34 +03:00
parent 46683929de
commit f9db3877e5
8 changed files with 339 additions and 324 deletions
+9
View File
@@ -0,0 +1,9 @@
SECTIONS
{
. = ALIGN(65536);
.data.aligned :
{
*(SORT_BY_NAME(.data.align*))
}
}
INSERT AFTER .data;