summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/elf_eflags_mips16.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Fix ELF e_flags related to -mabicalls and -mplt.Daniel Sanders2014-07-171-2/+2
| | | | | | | | | | | | | | Summary: These options are not implemented yet but we act as if they are always given. The integrated assembler is driven by the clang driver so the e_flag test cases should match the e_flags emitted by GCC+GAS rather than GAS by itself. Differential Revision: http://reviews.llvm.org/D4536 llvm-svn: 213242
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-261-0/+8
These were: * noreorder handling on the target object streamer and asm parser. * setting the initial flag bits based on the enabled features. * setting the elf header flag for micromips It is *really* depressing I am the one doing this instead of someone at mips actually taking the time to understand the infrastructure. llvm-svn: 200138
OpenPOWER on IntegriCloud