bios/linker: Place .got in .rodata.
authorVegard Storheil Eriksen <zyp@jvnv.net>
Mon, 15 Jun 2020 14:04:02 +0000 (16:04 +0200)
committerVegard Storheil Eriksen <zyp@jvnv.net>
Mon, 15 Jun 2020 14:04:02 +0000 (16:04 +0200)
litex/soc/software/bios/linker.ld

index ee88f2e6dcf2d710c15ff097e20b77be1cfd8504..a29eb4901ba1a767f129ce4072672596964d1059 100644 (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. */