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