M68K TLS support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / map-address.t
CommitLineData
33a301ba
RS
1SECTIONS
2{
a1438fce
NC
3 def1 = DEFINED(foo) ? 0x10 : 0x20;
4 def2 = def1;
33a301ba
RS
5 . = 0x10001;
6 foo = .;
7 . += 0x200;
8 bar = .;
9 . = ALIGN (4);
10 frob = .;
11}
This page took 0.333972 seconds and 4 git commands to generate.