diff options
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips-elf.exp | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 62970c7aa51..f6b994ed21f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 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 test. * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd: New diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp index 96961569f75..fd79e80a265 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf.exp @@ -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)" \ |