Skip print-map-discarded test for non-ELF targets

ld/
	* testsuite/ld-gc/gc.exp: Skip print-map-discarded test
	for non-ELF targets.
This commit is contained in:
Faraz Shahbazker 2019-04-15 08:48:42 -07:00
parent 48574d91bf
commit 86333705ae
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-04-15 Faraz Shahbazker <fshahbazker@wavecomp.com>
* testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF
targets.
2019-04-15 Sudakshina Das <sudi.das@arm.com>
* testsuite/ld-arm/bfcsel.s: New.

View File

@ -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"
}