OSDN Git Service

[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)
commit4b5e7542df8563beb97407317e857439fa7544c8
treecdc149f1a0913b263e81a16a34b8f059fe47eb11
parentad591b341bf22bb4d3a7526d59d4ae6c414420ee
[mips] Fix ELF e_flags related to -mabicalls and -mplt.

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
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
test/MC/Mips/elf_eflags.s
test/MC/Mips/elf_eflags_abicalls.s
test/MC/Mips/elf_eflags_micromips.s
test/MC/Mips/elf_eflags_mips16.s
test/MC/Mips/elf_eflags_nan2008.s
test/MC/Mips/elf_eflags_nanlegacy.s
test/MC/Mips/elf_eflags_noreorder.s
test/MC/Mips/elf_eflags_pic0.s
test/MC/Mips/elf_eflags_pic2.s