diff options
author | Christoph Müllner <christoph.muellner@vrull.eu> | 2023-10-11 08:54:04 +0200 |
---|---|---|
committer | Christoph Müllner <christophm30@gmail.com> | 2023-10-11 19:17:50 +0200 |
commit | ff906121c379af028deafe6840b46f1f08f3c6bb (patch) | |
tree | e16ad34d64f21fa6b02a861bfcca3881828ce483 /.gitmodules | |
parent | 0e53b8d56232236dd74b586c1568295a2985910e (diff) | |
download | riscv-gnu-toolchain-ff906121c379af028deafe6840b46f1f08f3c6bb.zip riscv-gnu-toolchain-ff906121c379af028deafe6840b46f1f08f3c6bb.tar.gz riscv-gnu-toolchain-ff906121c379af028deafe6840b46f1f08f3c6bb.tar.bz2 |
Bump GDB to 13.2
This commit bumps GDB from 12.1 to 13.2.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8326df3..92bd35f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,7 +20,7 @@ [submodule "gdb"] path = gdb url = https://sourceware.org/git/binutils-gdb.git - branch = gdb-12-branch + branch = gdb-13-branch [submodule "qemu"] path = qemu url = https://gitlab.com/qemu-project/qemu.git |