fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-d10v / reloc-015.ld
blobab1b183870f19c8bc7064b36e0febbd5ae43e72c
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         foo = .;
6         . = (. + 0x20004);
7         *(.text)   
8   }