Browse Source
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>
pull/1134/head
Christoph Müllner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
7 additions and
7 deletions
.gitmodules
configure
configure.ac
gdb
riscv-gdb
@ -17,10 +17,10 @@
path = newlib
path = newlib
url = https://sourceware.org/git/newlib-cygwin.git
url = https://sourceware.org/git/newlib-cygwin.git
branch = master
branch = master
[submodule "riscv- gdb"]
[submodule "gdb"]
path = riscv- gdb
path = gdb
url = https://github.com/riscv-collab/riscv- binutils-gdb.git
url = https://sourceware.org/git/ binutils-gdb.git
branch = fsf-gdb-10.1-with-sim
branch = gdb-12-branch
[submodule "qemu"]
[submodule "qemu"]
path = qemu
path = qemu
url = https://gitlab.com/qemu-project/qemu.git
url = https://gitlab.com/qemu-project/qemu.git
@ -3667,7 +3667,7 @@ fi
with_gdb_src=$with_gdb_src
with_gdb_src=$with_gdb_src
else
else
with_gdb_src="\$(srcdir)/riscv- gdb"
with_gdb_src="\$(srcdir)/gdb"
fi
fi
@ -240,7 +240,7 @@ AX_ARG_WITH_SRC(binutils, binutils)
AX_ARG_WITH_SRC(newlib, newlib)
AX_ARG_WITH_SRC(newlib, newlib)
AX_ARG_WITH_SRC(glibc, glibc)
AX_ARG_WITH_SRC(glibc, glibc)
AX_ARG_WITH_SRC(musl, musl)
AX_ARG_WITH_SRC(musl, musl)
AX_ARG_WITH_SRC(gdb, riscv- gdb)
AX_ARG_WITH_SRC(gdb, gdb)
AX_ARG_WITH_SRC(qemu, qemu)
AX_ARG_WITH_SRC(qemu, qemu)
AX_ARG_WITH_SRC(spike, spike)
AX_ARG_WITH_SRC(spike, spike)
AX_ARG_WITH_SRC(pk, pk)
AX_ARG_WITH_SRC(pk, pk)
@ -0,0 +1 @@
Subproject commit e53a8e8685685c97588f8319d993ea6cd5635e47
@ -1 +0,0 @@
Subproject commit 5da071ef0965b8054310d8dde9975037b0467311