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