Set OSABI field back to 0 (SysV), to avoid interoperability problems
[nacl-binutils.git] / ld / testsuite / ld-d10v / reloc-003.ld
blob7008d9d1f1a688604419a92aa796858c680a881a
1 SECTIONS
3   .text 0x01014000 :
4   { 
5         *(.text)   
6         foo = (. + 0x1FC);
7   }