* lib/target-supports.exp (check_effective_target_trapping): Fix
typo.
From-SVN: r212016
+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
# 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"]
}