]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Skip print-map-discarded test for non-ELF targets
authorFaraz Shahbazker <fshahbazker@wavecomp.com>
Mon, 15 Apr 2019 15:48:42 +0000 (08:48 -0700)
committerFaraz Shahbazker <fshahbazker@wavecomp.com>
Mon, 15 Apr 2019 15:48:42 +0000 (08:48 -0700)
ld/
* testsuite/ld-gc/gc.exp: Skip print-map-discarded test
for non-ELF targets.

ld/ChangeLog
ld/testsuite/ld-gc/gc.exp

index 869d8e352cc1b79a5dddfc5c17ff0303479e67aa..81dc36a2fdcdf089cf6ee40af13496a7557828b5 100644 (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.
index 13968cc7d1b47b8162e979eb8deb08f6d0e441d7..422c3c31209087bb49636d20cd6f89f0f3ebceee 100644 (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"
+}