This reverts commit r200064 and r200051.
[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 [ (0x54001005)
9
10         .abicalls
11
12         .option pic0
13  
14  // Set EF_MIPS_ARCH_ASE_M16 (0x04000000)
15         .set mips16