diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch b/meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch index 661417d7..0d907474 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-11/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From c1028bcb40ccd8d61afc1ab798198948fbf74aa0 Mon Sep 17 00:00:00 2001 | 1 | From dd488cfaf9f909462290c85a1e30665f6252cbf1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mahesh Bodapati <mbodapat@xilinx.com> | 2 | From: Mahesh Bodapati <mbodapat@xilinx.com> |
| 3 | Date: Wed, 11 Jan 2017 15:50:35 +0530 | 3 | Date: Wed, 11 Jan 2017 15:50:35 +0530 |
| 4 | Subject: [PATCH 04/54] [Patch, testsuite]: Add MicroBlaze to target-supports | 4 | Subject: [PATCH 04/53] [Patch, testsuite]: Add MicroBlaze to target-supports |
| 5 | for atomic buil. .tin tests | 5 | for atomic buil. .tin tests |
| 6 | 6 | ||
| 7 | MicroBlaze added to supported targets for atomic builtin tests. | 7 | MicroBlaze added to supported targets for atomic builtin tests. |
| @@ -19,17 +19,17 @@ Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> | |||
| 19 | 1 file changed, 1 insertion(+) | 19 | 1 file changed, 1 insertion(+) |
| 20 | 20 | ||
| 21 | diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp | 21 | diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp |
| 22 | index 0dfe3ae0651..86caf6db9a9 100644 | 22 | index 411e559f508..9e6a1480e8f 100644 |
| 23 | --- a/gcc/testsuite/lib/target-supports.exp | 23 | --- a/gcc/testsuite/lib/target-supports.exp |
| 24 | +++ b/gcc/testsuite/lib/target-supports.exp | 24 | +++ b/gcc/testsuite/lib/target-supports.exp |
| 25 | @@ -7468,6 +7468,7 @@ proc check_effective_target_sync_int_long { } { | 25 | @@ -7958,6 +7958,7 @@ proc check_effective_target_sync_int_long { } { |
| 26 | && [check_effective_target_arm_acq_rel]) | 26 | && [check_effective_target_arm_acq_rel]) |
| 27 | || [istarget bfin*-*linux*] | 27 | || [istarget bfin*-*linux*] |
| 28 | || [istarget hppa*-*linux*] | 28 | || [istarget hppa*-*linux*] |
| 29 | + || [istarget microblaze*-*linux*] | 29 | + || [istarget microblaze*-*linux*] |
| 30 | || [istarget s390*-*-*] | 30 | || [istarget s390*-*-*] |
| 31 | || [istarget powerpc*-*-*] | 31 | || [istarget powerpc*-*-*] |
| 32 | || [istarget crisv32-*-*] || [istarget cris-*-*] | 32 | || [istarget cris-*-*] |
| 33 | -- | 33 | -- |
| 34 | 2.17.1 | 34 | 2.17.1 |
| 35 | 35 | ||
