From 04651c084ee01f1889553d81f62bfe3d26e1df0c Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 24 Apr 2015 06:10:19 +0200 Subject: [PATCH] Correct ld-elf/compressed1e.d to use notarget and for cris-elf, not cris-*. Don't XPASS cris-linux which *does* support -shared. And xfail is for bugs, notarget is for not-applicable. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-elf/compressed1e.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6549453573..764e33bab9 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-04-24 Hans-Peter Nilsson + + * ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-* + to cris*-*-elf. + 2015-04-23 H.J. Lu * ld-elf/compressed1e.d: Only run for Linux/gnu. Xfail cris and diff --git a/ld/testsuite/ld-elf/compressed1e.d b/ld/testsuite/ld-elf/compressed1e.d index 6e46381b41..fa2c93bf1a 100644 --- a/ld/testsuite/ld-elf/compressed1e.d +++ b/ld/testsuite/ld-elf/compressed1e.d @@ -3,7 +3,7 @@ #ld: -shared --compress-debug-sections=zlib-gnu #readelf: -SW #target: *-*-linux* *-*-gnu* -#xfail: cris*-*-* frv-*-* +#notarget: cris*-*-elf frv-*-* #failif #... -- 2.34.1