software/demo: Add .got and .toc to .rodata in linker script
This commit is contained in:
parent
85f762cd1c
commit
213a16c77e
|
@ -26,6 +26,8 @@ SECTIONS
|
|||
_frodata = .;
|
||||
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
*(.got .got.*)
|
||||
*(.toc .toc.*)
|
||||
. = ALIGN(8);
|
||||
_erodata = .;
|
||||
} > main_ram
|
||||
|
|
Loading…
Reference in New Issue