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