diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch b/meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch index 18fd6dec..c21492e8 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-10/0005-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | From a7dfb5f158f16f88b30aabe903c4fb088889eeef Mon Sep 17 00:00:00 2001 | 1 | From 802078fa3e76ea7fdb29f3baf1d4d9baae42bc0b 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 05/63] [Patch, testsuite]: Add MicroBlaze to target-supports | 4 | Subject: [PATCH 05/58] [Patch, testsuite]: Add MicroBlaze to target-supports |
| 5 | for atomic buil. .tin tests | 5 | for atomic builtin tests |
| 6 | 6 | ||
| 7 | MicroBlaze added to supported targets for atomic builtin tests. | 7 | MicroBlaze added to supported targets for atomic builtin tests. |
| 8 | 8 | ||
| @@ -19,10 +19,10 @@ 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 cda0f3d..0a69659e 100644 | 22 | index 13761491e63..d2f65dac32c 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 | @@ -6829,6 +6829,7 @@ proc check_effective_target_sync_int_long { } { | 25 | @@ -7581,6 +7581,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*] |
| @@ -31,5 +31,5 @@ index cda0f3d..0a69659e 100644 | |||
| 31 | || [istarget powerpc*-*-*] | 31 | || [istarget powerpc*-*-*] |
| 32 | || [istarget crisv32-*-*] || [istarget cris-*-*] | 32 | || [istarget crisv32-*-*] || [istarget cris-*-*] |
| 33 | -- | 33 | -- |
| 34 | 2.7.4 | 34 | 2.17.1 |
| 35 | 35 | ||
