Skip to content

Commit df153c1

Browse files
committed
[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
1 parent 03984ec commit df153c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lld/test/elf/Mips/hilo16-3.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
# CHECK: {{[0-9a-f]+}} g *ABS* 00000000 _gp_disp
2929

3030
.global glob1
31-
.ent glob1
3231
glob1:
3332
lui $t0,%hi(_gp_disp+0x1)
3433
lh $t0,%lo(_gp_disp+0x1)($t0)
@@ -44,4 +43,3 @@ glob1:
4443

4544
lui $t0,%hi(_gp_disp+0x1ffff)
4645
lh $t0,%lo(_gp_disp+0x1ffff)($t0)
47-
.end glob1

0 commit comments

Comments
 (0)