Commit ae28b939 by Nick Clifton Committed by Nick Clifton

target-supports.exp (check_effective_target_trapping): Fix typo.

	* lib/target-supports.exp (check_effective_target_trapping): Fix
	typo.

From-SVN: r212016
parent 5ed8a176
2014-06-26 Nick Clifton <nickc@redhat.com>
* lib/target-supports.exp (check_effective_target_trapping): Fix
typo.
2014-06-26 Adam Butcher <adam@jessamine.co.uk>
PR c++/61537
......
......@@ -706,7 +706,7 @@ proc check_effective_target_scheduling {} {
# Return 1 if trapping arithmetic is available, 0 otherwise.
proc check_effective_target_trapping {} {
return [check_no_compiler_messages scheduling object {
return [check_no_compiler_messages trapping object {
add (int a, int b) { return a + b; }
} "-ftrapv"]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment