mirror of
https://github.com/rad1o/f1rmware.git
synced 2026-02-20 02:01:21 +01:00
fix(rad1o): newer gcc defaults to bigger alignment
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user