From: Vegard Storheil Eriksen Date: Mon, 15 Jun 2020 14:04:02 +0000 (+0200) Subject: bios/linker: Place .got in .rodata. X-Git-Tag: 24jan2021_ls180~177^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=336896603ffb63021dfa82f58796b21fd497ebf1;p=litex.git bios/linker: Place .got in .rodata. --- diff --git a/litex/soc/software/bios/linker.ld b/litex/soc/software/bios/linker.ld index ee88f2e6..a29eb490 100644 --- a/litex/soc/software/bios/linker.ld +++ b/litex/soc/software/bios/linker.ld @@ -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. */