summaryrefslogtreecommitdiff
path: root/test/MC/Mips/mips-relocations.s
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-04-14 21:18:36 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-04-14 21:18:36 +0000
commitef1762b6a1d3353790bdb415788e7d8963e70372 (patch)
tree72fd4a6b39480b461fe47d6ffe6b78f9671afc1d /test/MC/Mips/mips-relocations.s
parent024d943bca85ee0b6bc1b9e5f13ec5276f16c13d (diff)
downloadllvm-ef1762b6a1d3353790bdb415788e7d8963e70372.tar.gz
llvm-ef1762b6a1d3353790bdb415788e7d8963e70372.tar.bz2
llvm-ef1762b6a1d3353790bdb415788e7d8963e70372.tar.xz
Use object file specific section type for initial text section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips-relocations.s')
-rw-r--r--test/MC/Mips/mips-relocations.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/MC/Mips/mips-relocations.s b/test/MC/Mips/mips-relocations.s
index ff71c7559c..6f095d1ecd 100644
--- a/test/MC/Mips/mips-relocations.s
+++ b/test/MC/Mips/mips-relocations.s
@@ -1,7 +1,6 @@
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
# Check that the assembler can handle the documented syntax
# for relocations.
-# CHECK: .section __TEXT,__text,regular,pure_instructions
# CHECK: lui $2, %hi(_gp_disp) # encoding: [A,A,0x02,0x3c]
# CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_HI, kind: fixup_Mips_HI16
# CHECK: addiu $2, $2, %lo(_gp_disp) # encoding: [A,A,0x42,0x24]