summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-08-13 10:04:59 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-08-13 10:04:59 +0000
commitdf153c1a7e9eb487c5eb9d426abaeaf9317c6367 (patch)
tree4a4af01d7e828e8dd4db6d6f4d56a18c69e6bbe0
parent03984ec362fda94ccb267ee51c64b67244e1a3ed (diff)
downloadbcm5719-llvm-df153c1a7e9eb487c5eb9d426abaeaf9317c6367.tar.gz
bcm5719-llvm-df153c1a7e9eb487c5eb9d426abaeaf9317c6367.zip
[mips] Remove .end and .end from test/elf/Mips/hilo16-3.test
The commit of the .ent/.end implementation will change the result of the relocation evaluations (because of a new section and additional relocations) which will lead to a failure if the .ent/.end directives are present in this test. We don't really need the .ent/.end directives in this test so let's just remove them to preserve the current output. llvm-svn: 215534
-rw-r--r--lld/test/elf/Mips/hilo16-3.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/test/elf/Mips/hilo16-3.test b/lld/test/elf/Mips/hilo16-3.test
index a82bf4081c1..21bec4407ae 100644
--- a/lld/test/elf/Mips/hilo16-3.test
+++ b/lld/test/elf/Mips/hilo16-3.test
@@ -28,7 +28,6 @@
# CHECK: {{[0-9a-f]+}} g *ABS* 00000000 _gp_disp
.global glob1
- .ent glob1
glob1:
lui $t0,%hi(_gp_disp+0x1)
lh $t0,%lo(_gp_disp+0x1)($t0)
@@ -44,4 +43,3 @@ glob1:
lui $t0,%hi(_gp_disp+0x1ffff)
lh $t0,%lo(_gp_disp+0x1ffff)($t0)
- .end glob1
OpenPOWER on IntegriCloud