[mips] Fix ELF e_flags related to -mabicalls and -mplt.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 17 Jul 2014 09:52:56 +0000 (09:52 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 17 Jul 2014 09:52:56 +0000 (09:52 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213242 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found