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.
This commit is contained in:
parent
005db9f99b
commit
04651c084e
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#ld: -shared --compress-debug-sections=zlib-gnu
|
||||
#readelf: -SW
|
||||
#target: *-*-linux* *-*-gnu*
|
||||
#xfail: cris*-*-* frv-*-*
|
||||
#notarget: cris*-*-elf frv-*-*
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
|
Loading…
Reference in New Issue