Commit 89a590b3 by Adrian Straetling Committed by Ulrich Weigand

target-supports.exp (check_effective_target_sync_int_long): Add s390 and s390x targets.

2005-06-07  Adrian Straetling  <straetling@de.ibm.com>

	* lib/target-supports.exp (check_effective_target_sync_int_long):
	Add s390 and s390x targets.

From-SVN: r100717
parent f11480cc
2005-06-07 Adrian Straetling <straetling@de.ibm.com>
* lib/target-supports.exp (check_effective_target_sync_int_long):
Add s390 and s390x targets.
2005-06-07 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.dg/tree-ssa/loop-2.c: Update outcome.
......
......@@ -1003,6 +1003,7 @@ proc check_effective_target_sync_int_long { } {
|| [istarget i?86-*-*]
|| [istarget x86_64-*-*]
|| [istarget alpha*-*-*]
|| [istarget s390*-*-*]
|| [istarget powerpc*-*-*] } {
set et_sync_int_long_saved 1
}
......
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