* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add powerpc*-*-*. From-SVN: r212398
This commit is contained in:
parent
1469344a8b
commit
bde56a1d4d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-09 Pat Haugen <pthaugen@us.ibm.com>
|
||||
|
||||
* lib/target-supports.exp
|
||||
(check_effective_target_logical_op_short_circuit): Add powerpc*-*-*.
|
||||
|
||||
2014-07-09 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* gcc.dg/globalalias.c: Remove XFAIL.
|
||||
|
|
|
@ -5935,6 +5935,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|
|||
|| [istarget crisv32-*-*] || [istarget cris-*-*]
|
||||
|| [istarget mmix-*-*]
|
||||
|| [istarget s390*-*-*]
|
||||
|| [istarget powerpc*-*-*]
|
||||
|| [check_effective_target_arm_cortex_m] } {
|
||||
return 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue