arm: enable functions in RAM for go & cgo

This commit is contained in:
Kenneth Bell
2023-01-13 17:03:41 +00:00
committed by Ron Evans
parent 08cf2b25c5
commit faa449a9e1
4 changed files with 103 additions and 4 deletions
+2
View File
@@ -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