summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/cpsetup.s
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-06-23 11:31:32 +0000
committerDaniel Jasper <djasper@google.com>2015-06-23 11:31:32 +0000
commitb7f5b8b4b288b43859c4ed32f439812896167cac (patch)
treef96986662daee63ecef7ac07475fd2becccf5473 /test/MC/Mips/cpsetup.s
parentb7c46b5fc9fd16b8bc4058e88074b4fb55665f74 (diff)
Revert r240302 ("Bring r240130 back.").
This causes errors like: ld: error: blah.o: requires dynamic R_X86_64_PC32 reloc against '' which may overflow at runtime; recompile with -fPIC blah.cc:function f(): error: undefined reference to '' blah.o:g(): error: undefined reference to '' I have not yet come up with an appropriate reproduction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/cpsetup.s')
-rw-r--r--test/MC/Mips/cpsetup.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/Mips/cpsetup.s b/test/MC/Mips/cpsetup.s
index f792ec8f1ef6..a3ffae67aaec 100644
--- a/test/MC/Mips/cpsetup.s
+++ b/test/MC/Mips/cpsetup.s
@@ -79,9 +79,9 @@ t2:
# NXX: move $2, $gp
# NXX: lui $gp, 0
-# NXX: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_HI16
+# NXX: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_HI16 $tmp0
# NXX: addiu $gp, $gp, 0
-# NXX: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16
+# NXX: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 $tmp0
# N32: addu $gp, $gp, $25
# N64: daddu $gp, $gp, $25
# NXX: nop
@@ -108,4 +108,4 @@ t3:
# For .cpsetup with local labels, we need to check if $tmp0 is in the symbol
# table:
-# NXX: .text 00000000 {{$}}
+# NXX: .text 00000000 $tmp0