Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-d10v / reloc-013.ld
1 SECTIONS
2 {
3   .text 0x01014000 :
4   { 
5         foo = .;
6         . = (. + 0x400);
7         *(.text)   
8   }
9 }
10
11
12