diff options
author | Christoph Müllner <christoph.muellner@vrull.eu> | 2022-09-29 08:23:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:23:41 +0800 |
commit | b2f50de3b766c34ac166688e2586f9a2e974dbce (patch) | |
tree | e4204b984cc4dfe4207bbe822b5c209580ddd5ef /.gitmodules | |
parent | 26afe70416f6aa004ae1b36655a49d79e376f6e2 (diff) | |
download | riscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.zip riscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.tar.gz riscv-gnu-toolchain-b2f50de3b766c34ac166688e2586f9a2e974dbce.tar.bz2 |
gdb: Bump GDB version to 12.1 (#1132)
GDB still defaults to 10.1 from the (already archived)
riscv-binutils-gdb repo. Let's bump the version to 12.1
and use the upstream git repo instead.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 6594e48..75ebce2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,10 +17,10 @@ path = newlib url = https://sourceware.org/git/newlib-cygwin.git branch = master -[submodule "riscv-gdb"] - path = riscv-gdb - url = https://github.com/riscv-collab/riscv-binutils-gdb.git - branch = fsf-gdb-10.1-with-sim +[submodule "gdb"] + path = gdb + url = https://sourceware.org/git/binutils-gdb.git + branch = gdb-12-branch [submodule "qemu"] path = qemu url = https://gitlab.com/qemu-project/qemu.git |