diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch b/meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch index a1896298..a1ba1188 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-12/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch | |||
| @@ -11,14 +11,14 @@ Subject: [PATCH 10/53] [Patch, microblaze]: Fix the Microblaze crash with | |||
| 11 | 11 | ||
| 12 | Signed-off-by:Nagaraju Mekala <nmekala@xilix.com> | 12 | Signed-off-by:Nagaraju Mekala <nmekala@xilix.com> |
| 13 | --- | 13 | --- |
| 14 | gcc/config/microblaze/microblaze.c | 3 +-- | 14 | gcc/config/microblaze/microblaze.cc | 3 +-- |
| 15 | 1 file changed, 1 insertion(+), 2 deletions(-) | 15 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 16 | 16 | ||
| 17 | diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c | 17 | Index: gcc-12.1.0/gcc/config/microblaze/microblaze.cc |
| 18 | index b444db17719..45405fa2160 100644 | 18 | =================================================================== |
| 19 | --- a/gcc/config/microblaze/microblaze.c | 19 | --- gcc-12.1.0.orig/gcc/config/microblaze/microblaze.cc |
| 20 | +++ b/gcc/config/microblaze/microblaze.c | 20 | +++ gcc-12.1.0/gcc/config/microblaze/microblaze.cc |
| 21 | @@ -3709,8 +3709,7 @@ microblaze_expand_divide (rtx operands[]) | 21 | @@ -3710,8 +3710,7 @@ microblaze_expand_divide (rtx operands[] |
| 22 | mem_rtx = gen_rtx_MEM (QImode, | 22 | mem_rtx = gen_rtx_MEM (QImode, |
| 23 | gen_rtx_PLUS (Pmode, regt1, div_table_rtx)); | 23 | gen_rtx_PLUS (Pmode, regt1, div_table_rtx)); |
| 24 | 24 | ||
| @@ -28,6 +28,3 @@ index b444db17719..45405fa2160 100644 | |||
| 28 | jump = emit_jump_insn_after (gen_jump (div_end_label), insn); | 28 | jump = emit_jump_insn_after (gen_jump (div_end_label), insn); |
| 29 | JUMP_LABEL (jump) = div_end_label; | 29 | JUMP_LABEL (jump) = div_end_label; |
| 30 | LABEL_NUSES (div_end_label) = 1; | 30 | LABEL_NUSES (div_end_label) = 1; |
| 31 | -- | ||
| 32 | 2.17.1 | ||
| 33 | |||
