* config/default.exp (CC): Use find_gcc.
[binutils.git] / ld / testsuite / ld-scripts / map-address.t
blob8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd
1 SECTIONS
3   . = 0x10001;
4   foo = .;
5   . += 0x200;
6   bar = .;
7   . = ALIGN (4);
8   frob = .;