diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch b/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch new file mode 100644 index 00000000..5de0bfd8 --- /dev/null +++ b/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 6de628ecccf3739891052a2fbaf97048384c6190 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mahesh Bodapati <mbodapat@xilinx.com> | ||
| 3 | Date: Thu, 12 Jan 2017 16:34:27 +0530 | ||
| 4 | Subject: [PATCH 07/54] Add MicroBlaze to check_profiling_available Testsuite, | ||
| 5 | add microblaze*-*-* target in check_profiling_available inline with other | ||
| 6 | archs setting profiling_available_saved to 0 | ||
| 7 | |||
| 8 | Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> | ||
| 9 | --- | ||
| 10 | gcc/testsuite/lib/target-supports.exp | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp | ||
| 14 | index 32e29706fcd..47233563339 100644 | ||
| 15 | --- a/gcc/testsuite/lib/target-supports.exp | ||
| 16 | +++ b/gcc/testsuite/lib/target-supports.exp | ||
| 17 | @@ -804,6 +804,7 @@ proc check_profiling_available { test_what } { | ||
| 18 | || [istarget m68k-*-elf] | ||
| 19 | || [istarget m68k-*-uclinux*] | ||
| 20 | || [istarget mips*-*-elf*] | ||
| 21 | + || [istarget microblaze*-*-*] | ||
| 22 | || [istarget mmix-*-*] | ||
| 23 | || [istarget mn10300-*-elf*] | ||
| 24 | || [istarget moxie-*-elf*] | ||
| 25 | -- | ||
| 26 | 2.34.1 | ||
| 27 | |||
