From b1bc293b54c5d3ba9f8807eac75ac9ad086cc7f8 Mon Sep 17 00:00:00 2001 From: Jiawei Date: Thu, 20 Feb 2025 19:16:08 +0800 Subject: [PATCH 1/2] Bump Binutils into 2.44. --- .gitmodules | 2 +- binutils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1505e70540..c8e467c9bf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "binutils"] path = binutils url = https://sourceware.org/git/binutils-gdb.git - branch = binutils-2_43-branch + branch = binutils-2_44-branch shallow = true [submodule "gcc"] path = gcc diff --git a/binutils b/binutils index beb2cdbcda9..815d9a14cbb 160000 --- a/binutils +++ b/binutils @@ -1 +1 @@ -Subproject commit beb2cdbcda911764b2bed5e57921fe90493260bd +Subproject commit 815d9a14cbbb3b81843f7566222c87fb22e7255d From 589284cb81e97c1731acad8247b3369844216c91 Mon Sep 17 00:00:00 2001 From: Jiawei Date: Fri, 21 Feb 2025 16:29:30 +0800 Subject: [PATCH 2/2] Remove shallow clone for binutils. --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c8e467c9bf6..2e068644a9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,6 @@ path = binutils url = https://sourceware.org/git/binutils-gdb.git branch = binutils-2_44-branch - shallow = true [submodule "gcc"] path = gcc url = https://gcc.gnu.org/git/gcc.git