fix(rad1o): newer gcc defaults to bigger alignment

This commit is contained in:
Stefan `Sec` Zehl
2022-02-22 00:37:13 +01:00
parent e1234bceef
commit 5ea3352f72

View File

@@ -39,7 +39,7 @@ SECTIONS
. = ALIGN(0x400);
*(.vectors) /* Vector table */
*(.reset) /* reset hdlr */
. = ALIGN(32); /* XXX: needs to match alignment of .text */
. = ALIGN(64); /* XXX: needs to match alignment of .text */
} >shadow
.stext (NOLOAD) : { /* hack to advance ">ram_local2" to the current offset */