fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-scripts / map-address.t
blob8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd
1 SECTIONS
3   . = 0x10001;
4   foo = .;
5   . += 0x200;
6   bar = .;
7   . = ALIGN (4);
8   frob = .;