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);
|
||||
*(.text);
|
||||
*(.data);
|
||||
*(.rodata);
|
||||
|
||||
. = ALIGN(4);
|
||||
bss_start = .;
|
||||
|
|
|
|||
Loading…
Reference in a new issue