From 83a471c3a112bfce3b13085e51209c826be8257d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 27 Apr 2016 15:51:29 -0700 Subject: [PATCH] Limit ld-elf/compressed1b.d to Linux/GNU targets Since not all ELF targets use the elf.em emulation to support ld option: --compress-debug-sections=zlib-gnu, limit compressed1b.d to Linux/GNU targets. * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets. --- ld/ChangeLog | 4 ++++ ld/testsuite/ld-elf/compressed1b.d | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 379a2148dff..c4ded9283e8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-04-27 H.J. Lu + + * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets. + 2016-04-27 H.J. Lu PR ld/20006 diff --git a/ld/testsuite/ld-elf/compressed1b.d b/ld/testsuite/ld-elf/compressed1b.d index 04973a46479..34dfe8ef660 100644 --- a/ld/testsuite/ld-elf/compressed1b.d +++ b/ld/testsuite/ld-elf/compressed1b.d @@ -2,6 +2,7 @@ #as: --compress-debug-sections=zlib-gabi #ld: -r --compress-debug-sections=none #readelf: -t +#target: *-*-linux* *-*-gnu* #failif #... -- 2.30.2