diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-25 21:50:29 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-09-01 09:53:21 -0500 |
commit | 4f55e171396816ee995e47060fba59463f5ddccd (patch) | |
tree | 6cc38644fe8e08718c686f1a935e912a24afbb5d /meta-microblaze/recipes-devtools/gcc/gcc-12/0022-Fix-microblaze-Fix-internal-compiler-error-with-msma.patch | |
parent | d018b3b86a7933f8ae03e47548db2c39e2c4a25a (diff) | |
download | meta-xilinx-4f55e171396816ee995e47060fba59463f5ddccd.tar.gz |
gcc: Update patches for Langdale gcc
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
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])); |