PR ld/13258
[binutils.git] / ld / testsuite / ld-d10v / reloc-005.ld
bloba3f5b067e3c93e3e1e206fe3cfbe24f0c2e9755e
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         *(.text)   
6         foo = (. + 0x4000);
7   }