| From 802078fa3e76ea7fdb29f3baf1d4d9baae42bc0b Mon Sep 17 00:00:00 2001 |
| From: Mahesh Bodapati <mbodapat@xilinx.com> |
| Date: Wed, 11 Jan 2017 15:50:35 +0530 |
| Subject: [PATCH 05/58] [Patch, testsuite]: Add MicroBlaze to target-supports |
| for atomic builtin tests |
| |
| MicroBlaze added to supported targets for atomic builtin tests. |
| |
| Changelog/testsuite |
| |
| 2014-02-14 David Holsgrove <david.holsgrove@xilinx.com> |
| |
| * gcc/testsuite/lib/target-supports.exp: Add microblaze to |
| check_effective_target_sync_int_long. |
| |
| Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> |
| --- |
| gcc/testsuite/lib/target-supports.exp | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp |
| index 13761491e63..d2f65dac32c 100644 |
| --- a/gcc/testsuite/lib/target-supports.exp |
| +++ b/gcc/testsuite/lib/target-supports.exp |
| @@ -7581,6 +7581,7 @@ proc check_effective_target_sync_int_long { } { |
| && [check_effective_target_arm_acq_rel]) |
| || [istarget bfin*-*linux*] |
| || [istarget hppa*-*linux*] |
| + || [istarget microblaze*-*linux*] |
| || [istarget s390*-*-*] |
| || [istarget powerpc*-*-*] |
| || [istarget crisv32-*-*] || [istarget cris-*-*] |
| -- |
| 2.17.1 |
| |