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