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