blob: 882883eda05f273cf2fd0842b87307feb6c4b672 [file]
SECTIONS
{
.data 0x1000 :
{
*(.data)
}
foo = 0x10;
foo_2 = foo;
PROVIDE (foo = 0x20);
}