diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2015-04-24 06:10:19 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2015-04-24 06:10:19 +0200 |
commit | 04651c084ee01f1889553d81f62bfe3d26e1df0c (patch) | |
tree | de8b95e19a6ee096a7ba9ac1afba661e2df3384e /ld | |
parent | 005db9f99bda55139778b28813606715f879f7de (diff) | |
download | gdb-04651c084ee01f1889553d81f62bfe3d26e1df0c.zip gdb-04651c084ee01f1889553d81f62bfe3d26e1df0c.tar.gz gdb-04651c084ee01f1889553d81f62bfe3d26e1df0c.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/compressed1e.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6549453..764e33b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-04-24 Hans-Peter Nilsson <hp@axis.com> + + * ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-* + to cris*-*-elf. + 2015-04-23 H.J. Lu <hongjiu.lu@intel.com> * 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 6e46381..fa2c93b 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 #... |