provide-3.t   [plain text]


SECTIONS 
{
  .data :
  {
    LONG (foo)
    LONG (bar)
    *(.data)
  }
  foo = .;
  bar = .;
}