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