nes-proj/drivers/cpu/arm/at91sam7s/merge-rodata.ld

9 lines
69 B
Plaintext

SECTIONS
{
.text :
{
*(.text)
*(.rodata.* .rodata)
}
}