diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/elf.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d27e642..1236650 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2012-05-19 Alan Modra <amodra@gmail.com> + * ld-elf/elf.exp (note-3.so): xfail tic6x due to non-pic warnings. + +2012-05-19 Alan Modra <amodra@gmail.com> + * ld-powerpc/vle.ld: New. * ld-powerpc/powerpc.exp (vle reloc tests): Link using vle.ld. diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp index e40078a..eb909bc 100644 --- a/ld/testsuite/ld-elf/elf.exp +++ b/ld/testsuite/ld-elf/elf.exp @@ -66,6 +66,7 @@ if { ![istarget hppa64*-hpux*] } { # # Only run the test on targets thats support creating shared libraries. if { [check_shared_lib_support] } then { + setup_xfail "tic6x-*-*" run_ld_link_tests { {"Build shared library for next test" "-shared" "" "note-3.s" {} "note-3.so" } |