[PATCH] Fix oopsie in ld-plugin tests.

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Fri Oct 15 18:10:00 GMT 2010


> Date: Thu, 14 Oct 2010 06:24:04 +0100
> From: Dave Korn <dave.korn.cygwin@gmail.com>

> ld/testsuite/ChangeLog:
> 
> 	* ld-plugin/plugin.exp: Don't error out if there is no target compiler
> 	available, make tests UNSUPPORTED instead.

> +if { !$can_compile || $failed_compile } {
>      foreach testitem $plugin_tests {
>  	unresolved [lindex $testitem 0]

Incorrect, or you sent and committed the wrong patch.  You made
them UNRESOLVED, which causes make to (still) return an error.

brgds, H-P



More information about the Binutils mailing list