mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
fix vectors section
This commit is contained in:
parent
8d172cbc54
commit
c2bddeeaba
|
|
@ -186,8 +186,7 @@ SECTIONS
|
|||
{
|
||||
__vectors_lma = LOADADDR(.vectors);
|
||||
__vectors_start = ABSOLUTE(.);
|
||||
*(.vectors)
|
||||
*.vectors*(.text .stub .text.*)
|
||||
KEEP(*(.vectors .vectors.*))
|
||||
. = ALIGN(4);
|
||||
__vectors_end = ABSOLUTE(.);
|
||||
} >vectors AT>ewram :vectors = 0xff
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user