diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch b/meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch index 9f5381af..66a0a0d3 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-12/0032-Fixed-issues-like.patch | |||
| @@ -5,14 +5,14 @@ Subject: [PATCH 32/53] Fixed issues like: 1 Interrupt alignment issue 2 Sign | |||
| 5 | extension issue | 5 | extension issue |
| 6 | 6 | ||
| 7 | --- | 7 | --- |
| 8 | gcc/config/microblaze/microblaze.c | 16 ++++++++++------ | 8 | gcc/config/microblaze/microblaze.cc | 16 ++++++++++------ |
| 9 | gcc/config/microblaze/microblaze.md | 2 +- | 9 | gcc/config/microblaze/microblaze.md | 2 +- |
| 10 | 2 files changed, 11 insertions(+), 7 deletions(-) | 10 | 2 files changed, 11 insertions(+), 7 deletions(-) |
| 11 | 11 | ||
| 12 | diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c | 12 | diff --git a/gcc/config/microblaze/microblaze.cc b/gcc/config/microblaze/microblaze.cc |
| 13 | index e33e1bc1482..64b948d6cfc 100644 | 13 | index e33e1bc1482..64b948d6cfc 100644 |
| 14 | --- a/gcc/config/microblaze/microblaze.c | 14 | --- a/gcc/config/microblaze/microblaze.cc |
| 15 | +++ b/gcc/config/microblaze/microblaze.c | 15 | +++ b/gcc/config/microblaze/microblaze.cc |
| 16 | @@ -2177,9 +2177,14 @@ compute_frame_size (HOST_WIDE_INT size) | 16 | @@ -2177,9 +2177,14 @@ compute_frame_size (HOST_WIDE_INT size) |
| 17 | 17 | ||
| 18 | total_size += gp_reg_size; | 18 | total_size += gp_reg_size; |
