blob: fc18279517995f1020dca90caa66c786a8a2d5a9 [file] [log] [blame]
SECTIONS
{
foo = 0x10;
PROVIDE (foo = bar);
.data 0x1000 :
{
*(.data .rw)
}
}