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

9 lines
69 B
Plaintext
Raw Normal View History

2009-07-11 14:22:45 +00:00
SECTIONS
{
.text :
{
*(.text)
*(.rodata.* .rodata)
}
}