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