From: Hans-Peter Nilsson Date: Wed, 5 Apr 2017 21:12:16 +0000 (+0200) Subject: PR ld/21233: change xfails to kfails, fix the indentation issue X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ca30fa5613cfa935834f27114d6db4f3854a13e;p=binutils-gdb.git PR ld/21233: change xfails to kfails, fix the indentation issue --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 3cf9141efa1..e8f56718d1e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-04-05 Hans-Peter Nilsson + + PR ld/21233 + * testsuite/ld-elf/shared.exp: Change xfails to kfails and fix + indentation issue introduced with last commit. + 2017-04-05 Hans-Peter Nilsson PR ld/21233 diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp index 291f9e129e1..4859170d0ac 100644 --- a/ld/testsuite/ld-elf/shared.exp +++ b/ld/testsuite/ld-elf/shared.exp @@ -131,6 +131,9 @@ if { [check_gc_sections_available] } { {pr21233-l.s} \ {{readelf --dyn-syms pr21233-l.sd}} \ "libpr21233.so"]] + + setup_kfail "cris*-*-*" "ld/21233" + run_ld_link_tests [list \ [list \ "PR ld/21233 dynamic symbols with section GC (--undefined)" \ @@ -138,7 +141,11 @@ if { [check_gc_sections_available] } { "tmpdir/libpr21233.so" "" \ {pr21233.s} \ {{readelf --dyn-syms pr21233.sd}} \ - "pr21233-1"] \ + "pr21233-1"]] + + setup_kfail "cris*-*-*" "ld/21233" + + run_ld_link_tests [list \ [list \ "PR ld/21233 dynamic symbols with section GC (--require-defined)" \ "$LFLAGS --gc-sections -e foo --require-defined=bar\ @@ -146,14 +153,18 @@ if { [check_gc_sections_available] } { "tmpdir/libpr21233.so" "" \ {pr21233.s} \ {{readelf --dyn-syms pr21233.sd}} \ - "pr21233-2"] \ + "pr21233-2"]] + + setup_kfail "cris*-*-*" "ld/21233" + + run_ld_link_tests [list \ [list \ "PR ld/21233 dynamic symbols with section GC (EXTERN)" \ "$LFLAGS --gc-sections -e foo -T pr21233-e.ld" \ "tmpdir/libpr21233.so" "" \ {pr21233.s} \ {{readelf --dyn-syms pr21233.sd}} \ - "pr21233-3"]] "cris*-*-*" + "pr21233-3"]] } # Check to see if the C compiler works