From 170e54097a512954726b32c0f37ce7e04f80c437 Mon Sep 17 00:00:00 2001 From: Alp Sayin Date: Sat, 23 Sep 2023 19:52:30 +0100 Subject: [PATCH] microblaze: apply toolchain patches from meta-xilinx repository This patchset fixes many known issues on gnu-toolchain for microblaze. But mainly the atomic-cas and binutils incorrect relocation issues. Patches obtained from https://github.com/xilinx/meta-xilinx/ Signed-off-by: Alp Sayin --- binutils | 2 +- gcc | 2 +- gdb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binutils b/binutils index f36cd8b8..71acd97b 160000 --- a/binutils +++ b/binutils @@ -1 +1 @@ -Subproject commit f36cd8b8f9c556a24f8df9097eb52da237c01982 +Subproject commit 71acd97b346b3e13945b9fd95658e8e930175292 diff --git a/gcc b/gcc index db5fcf3e..46c4fe63 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit db5fcf3eadd09e69d59d068098854e4666c3b863 +Subproject commit 46c4fe6360b7059f1304a78bad3baf94c22fbab5 diff --git a/gdb b/gdb index db8bd068..c8e8e461 160000 --- a/gdb +++ b/gdb @@ -1 +1 @@ -Subproject commit db8bd068edeaac983273727d9322fc1867702d15 +Subproject commit c8e8e461d1c047145111b07b6b1a1c0fda4c1418