summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/provide-2.t
blob: abf6eb324a4af646eabf6ed8aa1c8b686fe4c332 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS 
{
  . = SIZEOF_HEADERS;
  PROVIDE (foo = 1);
  PROVIDE (bar = 2);
  PROVIDE (baz = 3);
  .data 0x2000 :
  {
    *(.data)
  }
}