Merge pull request #1527 from stone3311/master

software/demo: Add .got and .toc to .rodata in linker script
This commit is contained in:
enjoy-digital 2022-12-06 11:54:03 +01:00 committed by GitHub
commit d6bbf655ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ SECTIONS
_frodata = .;
*(.rodata .rodata.* .gnu.linkonce.r.*)
*(.rodata1)
*(.got .got.*)
*(.toc .toc.*)
. = ALIGN(8);
_erodata = .;
} > main_ram