diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch')
-rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch b/meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch index 3faef052..58c4a146 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-11/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 7349def8102c09fd09e735daa9fc890bee323e79 Mon Sep 17 00:00:00 2001 | 1 | From 808c5fecf0eab33e4cb66fb5170b9bf114dbc320 Mon Sep 17 00:00:00 2001 |
2 | From: Mahesh Bodapati <mbodapat@xilinx.com> | 2 | From: Mahesh Bodapati <mbodapat@xilinx.com> |
3 | Date: Wed, 18 Jan 2017 11:49:58 +0530 | 3 | Date: Wed, 18 Jan 2017 11:49:58 +0530 |
4 | Subject: [PATCH 22/54] [Fix, microblaze]: Fix internal compiler error with | 4 | Subject: [PATCH 22/53] [Fix, microblaze]: Fix internal compiler error with |
5 | msmall-divides This patch will fix the internal error | 5 | msmall-divides This patch will fix the internal error |
6 | microblaze_expand_divide function which comes because of rtx PLUS where the | 6 | microblaze_expand_divide function which comes because of rtx PLUS where the |
7 | mem_rtx is of type SI and the operand is of type QImode. This patch modifies | 7 | mem_rtx is of type SI and the operand is of type QImode. This patch modifies |
@@ -19,7 +19,7 @@ ChangeLog: | |||
19 | 1 file changed, 1 insertion(+), 1 deletion(-) | 19 | 1 file changed, 1 insertion(+), 1 deletion(-) |
20 | 20 | ||
21 | diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c | 21 | diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c |
22 | index 5d395f047f7..29b2f6b016b 100644 | 22 | index 3b1e992fa28..94aaeaa3a67 100644 |
23 | --- a/gcc/config/microblaze/microblaze.c | 23 | --- a/gcc/config/microblaze/microblaze.c |
24 | +++ b/gcc/config/microblaze/microblaze.c | 24 | +++ b/gcc/config/microblaze/microblaze.c |
25 | @@ -3767,7 +3767,7 @@ microblaze_expand_divide (rtx operands[]) | 25 | @@ -3767,7 +3767,7 @@ microblaze_expand_divide (rtx operands[]) |