projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d3804
)
bios/linker: Place .got in .rodata.
author
Vegard Storheil Eriksen
<zyp@jvnv.net>
Mon, 15 Jun 2020 14:04:02 +0000
(16:04 +0200)
committer
Vegard Storheil Eriksen
<zyp@jvnv.net>
Mon, 15 Jun 2020 14:04:02 +0000
(16:04 +0200)
litex/soc/software/bios/linker.ld
patch
|
blob
|
history
diff --git
a/litex/soc/software/bios/linker.ld
b/litex/soc/software/bios/linker.ld
index ee88f2e6dcf2d710c15ff097e20b77be1cfd8504..a29eb4901ba1a767f129ce4072672596964d1059 100644
(file)
--- 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. */