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