llvm-svn: 335625
MIPS ABIs require that if an executable file uses non-PIC model, the EI_ABIVERSION entry in the ELF header should be incremented from 0 to 1. That allows obsoleted / limited dynamic linkers refuse to link them. llvm-svn: 325890