From: Faraz Shahbazker Date: Mon, 15 Apr 2019 15:48:42 +0000 (-0700) Subject: Skip print-map-discarded test for non-ELF targets X-Git-Tag: binutils-2_33~1551 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fbinutils-gdb.git;a=commitdiff_plain;h=86333705ae268aa00da41b094b0d632eae31e9ae Skip print-map-discarded test for non-ELF targets ld/ * testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF targets. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 869d8e352cc..81dc36a2fdc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2019-04-15 Faraz Shahbazker + + * testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF + targets. + 2019-04-15 Sudakshina Das * testsuite/ld-arm/bfcsel.s: New. diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index 13968cc7d1b..422c3c31209 100644 --- a/ld/testsuite/ld-gc/gc.exp +++ b/ld/testsuite/ld-gc/gc.exp @@ -172,4 +172,6 @@ if { [is_elf_format] && [check_shared_lib_support] \ run_dump_test "pr20306" } -run_dump_test "skip-map-discarded" +if { [is_elf_format] } then { + run_dump_test "skip-map-discarded" +}