diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch b/meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch index 58c4a146..91208c24 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch | |||
| @@ -13,15 +13,15 @@ ChangeLog: | |||
| 13 | 2016-02-23 Nagaraju Mekala <nmekala@xilix.com> | 13 | 2016-02-23 Nagaraju Mekala <nmekala@xilix.com> |
| 14 | Ajit Agarwal <ajitkum@xilinx.com> | 14 | Ajit Agarwal <ajitkum@xilinx.com> |
| 15 | 15 | ||
| 16 | *microblaze.c (microblaze_expand_divide): Update | 16 | *microblaze.cc (microblaze_expand_divide): Update |
| 17 | --- | 17 | --- |
| 18 | gcc/config/microblaze/microblaze.c | 2 +- | 18 | gcc/config/microblaze/microblaze.cc | 2 +- |
| 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.cc b/gcc/config/microblaze/microblaze.cc |
| 22 | index 3b1e992fa28..94aaeaa3a67 100644 | 22 | index 3b1e992fa28..94aaeaa3a67 100644 |
| 23 | --- a/gcc/config/microblaze/microblaze.c | 23 | --- a/gcc/config/microblaze/microblaze.cc |
| 24 | +++ b/gcc/config/microblaze/microblaze.c | 24 | +++ b/gcc/config/microblaze/microblaze.cc |
| 25 | @@ -3767,7 +3767,7 @@ microblaze_expand_divide (rtx operands[]) | 25 | @@ -3767,7 +3767,7 @@ microblaze_expand_divide (rtx operands[]) |
| 26 | emit_insn (gen_ashlsi3_bshift (regt1, operands[1], GEN_INT(4))); | 26 | emit_insn (gen_ashlsi3_bshift (regt1, operands[1], GEN_INT(4))); |
| 27 | emit_insn (gen_addsi3 (regt1, regt1, operands[2])); | 27 | emit_insn (gen_addsi3 (regt1, regt1, operands[2])); |
