blob: 6b5d11c04bd3b76ab9df48cda5068a83a879aa0b [file]
SECTIONS
{
.data 0x1000 :
{
*(.data)
}
foo = ADDR (.data);
foo_2 = foo;
PROVIDE (foo = 0x20);
}