diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch b/meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch index 293c9f90..7bd3001d 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch +++ b/meta-microblaze/recipes-devtools/gcc/gcc-12/0034-Added-double-arith-instructions.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 93874549e864b39689060edda456c897ea0fac4e Mon Sep 17 00:00:00 2001 | 1 | From 80c16e39bdf8643184c353e34f146dc8601c2c1e Mon Sep 17 00:00:00 2001 |
| 2 | From: Nagaraju Mekala <nmekala@xilix.com> | 2 | From: Nagaraju Mekala <nmekala@xilix.com> |
| 3 | Date: Tue, 9 Oct 2018 10:07:08 +0530 | 3 | Date: Tue, 9 Oct 2018 10:07:08 +0530 |
| 4 | Subject: [PATCH 34/53] -Added double arith instructions -Fixed prologue stack | 4 | Subject: [PATCH 34/53] -Added double arith instructions -Fixed prologue stack |
| @@ -10,7 +10,7 @@ Subject: [PATCH 34/53] -Added double arith instructions -Fixed prologue stack | |||
| 10 | 2 files changed, 76 insertions(+), 9 deletions(-) | 10 | 2 files changed, 76 insertions(+), 9 deletions(-) |
| 11 | 11 | ||
| 12 | diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md | 12 | diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md |
| 13 | index 7d6cf263eb6..943037336f1 100644 | 13 | index 5a950b49591..5506aee7be5 100644 |
| 14 | --- a/gcc/config/microblaze/microblaze.md | 14 | --- a/gcc/config/microblaze/microblaze.md |
| 15 | +++ b/gcc/config/microblaze/microblaze.md | 15 | +++ b/gcc/config/microblaze/microblaze.md |
| 16 | @@ -527,6 +527,66 @@ | 16 | @@ -527,6 +527,66 @@ |
| @@ -113,7 +113,7 @@ index 7d6cf263eb6..943037336f1 100644 | |||
| 113 | (set_attr "mode" "DI") | 113 | (set_attr "mode" "DI") |
| 114 | (set_attr "length" "4,4,4")]) | 114 | (set_attr "length" "4,4,4")]) |
| 115 | diff --git a/gcc/config/microblaze/t-microblaze b/gcc/config/microblaze/t-microblaze | 115 | diff --git a/gcc/config/microblaze/t-microblaze b/gcc/config/microblaze/t-microblaze |
| 116 | index 35ab9654052..dfef45c268e 100644 | 116 | index 47b869b9303..3522afd4831 100644 |
| 117 | --- a/gcc/config/microblaze/t-microblaze | 117 | --- a/gcc/config/microblaze/t-microblaze |
| 118 | +++ b/gcc/config/microblaze/t-microblaze | 118 | +++ b/gcc/config/microblaze/t-microblaze |
| 119 | @@ -1,6 +1,13 @@ | 119 | @@ -1,6 +1,13 @@ |
| @@ -131,5 +131,5 @@ index 35ab9654052..dfef45c268e 100644 | |||
| 131 | MULTILIB_EXCEPTIONS += *mlittle-endian/mxl-multiply-high mxl-multiply-high | 131 | MULTILIB_EXCEPTIONS += *mlittle-endian/mxl-multiply-high mxl-multiply-high |
| 132 | MULTILIB_EXCEPTIONS += *m64/mxl-barrel-shift/mlittle-endian/mxl-multiply-high | 132 | MULTILIB_EXCEPTIONS += *m64/mxl-barrel-shift/mlittle-endian/mxl-multiply-high |
| 133 | -- | 133 | -- |
| 134 | 2.17.1 | 134 | 2.37.1 (Apple Git-137.1) |
| 135 | 135 | ||
