PR ld/15428: MIPS/LD/testsuite: Un-KFAIL `__ehdr_start' test 2
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 10 Aug 2016 23:52:06 +0000 (00:52 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 10 Aug 2016 23:54:41 +0000 (00:54 +0100)
Complement commit b75d42bce560 ("Fix mips segfault on GOT access of
absolute symbol") and unmark the `__ehdr_start' test 2 as known to fail
for the n32 and n64 ABIs, as with the change referred in place the
causing issue has been properly addressed and consequently the tests do
not fail anymore and neither are supposed to.

ld/
PR ld/15428
* testsuite/ld-mips-elf/mips-elf.exp: Un-KFAIL `__ehdr_start'
test 2.

ld/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp

index 62970c7aa51a0d80f143d535657be4b0a6236504..f6b994ed21fd0334b7eabb0ffed71e39d325e159 100644 (file)
@@ -1,3 +1,9 @@
+2016-08-10  Maciej W. Rozycki  <macro@imgtec.com>
+
+       PR ld/15428
+       * testsuite/ld-mips-elf/mips-elf.exp: Un-KFAIL `__ehdr_start'
+       test 2.
+
 2016-08-10  Maciej W. Rozycki  <macro@imgtec.com>
 
        * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd: New
index 96961569f7563a432e1910cf9d5d3892b94cafba..fd79e80a265c646090a68b6bbd5decd72104f49a 100644 (file)
@@ -961,9 +961,6 @@ foreach { abi } $abis {
             [list ehdr_start-${suff}.s] \
             [list "readelf -s ehdr_start-1.nd"] \
             "ehdr_start-1-${abi}"]]
-    if [regexp "(?:n32|n64)" "$abi"] {
-       setup_kfail "mips*-*-*" "ld/15428"
-    }
     run_ld_link_tests [list \
         [list \
             "MIPS magic __ehdr_start symbol test 2 ($abi)" \
This page took 0.027429 seconds and 4 git commands to generate.