diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-23 18:58:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-23 18:58:46 -0700 |
commit | 005db9f99bda55139778b28813606715f879f7de (patch) | |
tree | 501e90289c2900d4233f0bc46b32503fe0f3fcda /ld | |
parent | ef1f8ff8cdb43a042f8af1e92753371dc958a452 (diff) | |
download | gdb-005db9f99bda55139778b28813606715f879f7de.zip gdb-005db9f99bda55139778b28813606715f879f7de.tar.gz gdb-005db9f99bda55139778b28813606715f879f7de.tar.bz2 |
Xfail cris and frv for ld-elf/compressed1e.d
cris and frv don't support -shared.
* ld-elf/compressed1e.d: Only run for Linux/gnu. Xfail cris and
frv.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/compressed1e.d | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 15cbf24..6549453 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2015-04-23 H.J. Lu <hongjiu.lu@intel.com> + * ld-elf/compressed1e.d: Only run for Linux/gnu. Xfail cris and + frv. + +2015-04-23 H.J. Lu <hongjiu.lu@intel.com> + PR ld/18277 * ld-elf/compressed1d.d: New. * ld-elf/compressed1e.d: Likewise. diff --git a/ld/testsuite/ld-elf/compressed1e.d b/ld/testsuite/ld-elf/compressed1e.d index 8f23347..6e46381 100644 --- a/ld/testsuite/ld-elf/compressed1e.d +++ b/ld/testsuite/ld-elf/compressed1e.d @@ -2,6 +2,8 @@ #as: --compress-debug-sections=none #ld: -shared --compress-debug-sections=zlib-gnu #readelf: -SW +#target: *-*-linux* *-*-gnu* +#xfail: cris*-*-* frv-*-* #failif #... |