summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/map-address.t
blob: 8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd (plain)
1
2
3
4
5
6
7
8
9
SECTIONS
{
  . = 0x10001;
  foo = .;
  . += 0x200;
  bar = .;
  . = ALIGN (4);
  frob = .;
}