mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/demo: Add .got and .toc to .rodata in linker script
This commit is contained in:
parent
85f762cd1c
commit
213a16c77e
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ SECTIONS
|
|||
_frodata = .;
|
||||
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
*(.got .got.*)
|
||||
*(.toc .toc.*)
|
||||
. = ALIGN(8);
|
||||
_erodata = .;
|
||||
} > main_ram
|
||||
|
|
Loading…
Reference in a new issue