Skip to content

Commit 8633370

Browse files
author
Faraz Shahbazker
committed
Skip print-map-discarded test for non-ELF targets
ld/ * testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF targets.
1 parent 48574d9 commit 8633370

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ld/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-04-15 Faraz Shahbazker <[email protected]>
2+
3+
* testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF
4+
targets.
5+
16
2019-04-15 Sudakshina Das <[email protected]>
27

38
* testsuite/ld-arm/bfcsel.s: New.

ld/testsuite/ld-gc/gc.exp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,6 @@ if { [is_elf_format] && [check_shared_lib_support] \
172172
run_dump_test "pr20306"
173173
}
174174

175-
run_dump_test "skip-map-discarded"
175+
if { [is_elf_format] } then {
176+
run_dump_test "skip-map-discarded"
177+
}

0 commit comments

Comments
 (0)