diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-11-28 05:13:12 +0000 |
---|---|---|
committer | Christoph Müllner <christophm30@gmail.com> | 2023-11-28 15:11:08 +0100 |
commit | a19f6714278f6bef51bc1f87e7e15c812ad645ce (patch) | |
tree | e3cbfd95758f9db06b7e6ae95c391a1759d9d52d /.gitmodules | |
parent | b905f4be23124470520e30005b9d29a9f4219e5a (diff) | |
download | riscv-gnu-toolchain-a19f6714278f6bef51bc1f87e7e15c812ad645ce.zip riscv-gnu-toolchain-a19f6714278f6bef51bc1f87e7e15c812ad645ce.tar.gz riscv-gnu-toolchain-a19f6714278f6bef51bc1f87e7e15c812ad645ce.tar.bz2 |
Bump binutils to the true v2.41 release
Due to multiple accidents while releasing GNU Binutils, version 2.41,
there are multiple tags that are broken.
The true commit representing the version 2.41 of GNU Binutils is
the head of `binutils-2_41-release-point` branch.
This commit partially reverts commit c7853bf388ff7ce7b67171302956ce78068d2342.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6da2382..275c5d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "binutils"] path = binutils url = https://sourceware.org/git/binutils-gdb.git - branch = binutils-2_40-branch + branch = binutils-2_41-release-point [submodule "gcc"] path = gcc url = https://gcc.gnu.org/git/gcc.git |