mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
arm: enable functions in RAM for go & cgo
This commit is contained in:
@@ -42,6 +42,8 @@ SECTIONS
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
. = ALIGN(4);
|
||||
*(.ramfuncs*) /* Functions that must execute from RAM */
|
||||
. = ALIGN(4);
|
||||
_edata = .; /* used by startup code */
|
||||
} >RAM AT>FLASH_TEXT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user