bios/linker: Place .got in .rodata.

This commit is contained in:
Vegard Storheil Eriksen 2020-06-15 16:04:02 +02:00
parent 68d3804cdb
commit 336896603f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ SECTIONS
_frodata = .;
*(.rodata .rodata.* .gnu.linkonce.r.*)
*(.rodata1)
*(.got .got.*)
/* Make sure the file is aligned on disk as well
as in memory; CRC calculation requires that. */