[lld] r215534 - [mips] Remove .end and .end from test/elf/Mips/hilo16-3.test

Daniel Sanders daniel.sanders at imgtec.com
Wed Aug 13 03:04:59 PDT 2014


Author: dsanders
Date: Wed Aug 13 05:04:59 2014
New Revision: 215534

URL: http://llvm.org/viewvc/llvm-project?rev=215534&view=rev
Log:
[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.


Modified:
    lld/trunk/test/elf/Mips/hilo16-3.test

Modified: lld/trunk/test/elf/Mips/hilo16-3.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/hilo16-3.test?rev=215534&r1=215533&r2=215534&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/hilo16-3.test (original)
+++ lld/trunk/test/elf/Mips/hilo16-3.test Wed Aug 13 05:04:59 2014
@@ -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





More information about the llvm-commits mailing list