mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-01-13 15:17:43 +00:00
Fix .text section definition for binutils >= 2.36
This commit is contained in:
parent
5829ba2f0f
commit
ad2b4073d6
@ -48,6 +48,13 @@ SECTIONS
|
||||
|
||||
. = ALIGN(4);
|
||||
|
||||
.text.startup :
|
||||
{
|
||||
*(.text.startup)
|
||||
} >FLASH
|
||||
|
||||
. = ALIGN(4);
|
||||
|
||||
/* .rodata section which is used for read-only data (constants) */
|
||||
|
||||
.rodata :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user