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