bios/linker: Place .got in .rodata.
This commit is contained in:
parent
68d3804cdb
commit
336896603f
|
@ -24,6 +24,7 @@ SECTIONS
|
||||||
_frodata = .;
|
_frodata = .;
|
||||||
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
||||||
*(.rodata1)
|
*(.rodata1)
|
||||||
|
*(.got .got.*)
|
||||||
|
|
||||||
/* Make sure the file is aligned on disk as well
|
/* Make sure the file is aligned on disk as well
|
||||||
as in memory; CRC calculation requires that. */
|
as in memory; CRC calculation requires that. */
|
||||||
|
|
Loading…
Reference in New Issue