diff options
Diffstat (limited to 'test/MC/Mips/micromips-label-test-sections.s')
-rw-r--r-- | test/MC/Mips/micromips-label-test-sections.s | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/MC/Mips/micromips-label-test-sections.s b/test/MC/Mips/micromips-label-test-sections.s index 569b64c6f98a..e24f6a4d17c8 100644 --- a/test/MC/Mips/micromips-label-test-sections.s +++ b/test/MC/Mips/micromips-label-test-sections.s @@ -14,7 +14,9 @@ h: # CHECK: Name: f # CHECK: Binding: Local # CHECK: Type: None -# CHECK: Other: 128 +# CHECK: Other [ (0x80) +# CHECK: STO_MIPS_MICROMIPS +# CHECK: ] # CHECK: Section: .text # CHECK: } # CHECK: Symbol { @@ -28,7 +30,9 @@ h: # CHECK: Name: h # CHECK: Binding: Local # CHECK: Type: None -# CHECK: Other: 128 +# CHECK: Other [ (0x80) +# CHECK: STO_MIPS_MICROMIPS +# CHECK: ] # CHECK: Section: .text # CHECK: } # CHECK: ] |