Add rodata to the linker script

This commit is contained in:
Graham Edgecombe 2017-12-25 23:42:32 +00:00
parent 9b1e27cc0d
commit b578251132

View file

@ -9,6 +9,7 @@ SECTIONS {
start.o(.text);
*(.text);
*(.data);
*(.rodata);
. = ALIGN(4);
bss_start = .;