Add rodata to the linker script
This commit is contained in:
parent
9b1e27cc0d
commit
b578251132
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ SECTIONS {
|
||||||
start.o(.text);
|
start.o(.text);
|
||||||
*(.text);
|
*(.text);
|
||||||
*(.data);
|
*(.data);
|
||||||
|
*(.rodata);
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
bss_start = .;
|
bss_start = .;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue