summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/mips-elf-abi.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Move `# REQUIRES:` line to the topFangrui Song2018-06-261-2/+1
| | | | llvm-svn: 335625
* [ELF][MIPS] Set EI_ABIVERSION flag accordingly to MIPS ABIs requirementSimon Atanasyan2018-02-231-0/+23
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
OpenPOWER on IntegriCloud