ELF symbol table field st_other support,
[oota-llvm.git] / test / MC / Mips / mips_directives.s
1 # RUN: llvm-mc -triple mips-unknown-unknown %s | FileCheck %s
2 #this test produces no output so there isS no FileCheck call
3 $BB0_2:
4   .ent directives_test
5     .frame    $sp,0,$ra
6     .mask     0x00000000,0
7     .fmask    0x00000000,0
8     .set    noreorder
9     .set    nomacro
10     .set    noat
11 $JTI0_0:
12     .gpword    ($BB0_2)
13     .word 0x77fffffc
14 # CHECK: $JTI0_0:
15 # CHECK-NEXT:     .4byte    2013265916
16     .set  at=$12
17     .set macro
18     .set reorder
19     .set  at=$a0
20     .end directives_test