1SECTIONS
2{
3  foo = 0x10;
4  PROVIDE (foo = bar);
5
6  .data 0x1000 :
7  {
8    *(.data)
9  }
10}
11