Fixed missing iram0.text segment.
Trust me, without this things behave *very* strangely!
This commit is contained in:
parent
8bdde6e28d
commit
e4ba75652d
|
@ -190,6 +190,7 @@ SECTIONS
|
|||
*(.init.literal)
|
||||
*(.init)
|
||||
*(.literal .text .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
||||
*(.iram0.text)
|
||||
*(.fini.literal)
|
||||
*(.fini)
|
||||
*(.gnu.version)
|
||||
|
|
Loading…
Reference in New Issue