[Mips] TargetStreamer Support for .abicalls and .set pic0.
[oota-llvm.git] / test / MC / Mips / elf_eflags.s
1 // RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o -| llvm-readobj -h | FileCheck %s
2 // The initial value will be set at 0x50001003 and
3 // we will override that with the negation of 0x2 (option pic0
4 // the addition of 0x4 (.abicalls)
5
6         .mips_hack_elf_flags 0x50001003
7
8 // CHECK: Flags [ (0x50001005)
9
10         .abicalls
11
12         .option pic0