Skip to content

Commit b2f50de

Browse files
authored
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>
1 parent 26afe70 commit b2f50de

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
path = newlib
1818
url = https://sourceware.org/git/newlib-cygwin.git
1919
branch = master
20-
[submodule "riscv-gdb"]
21-
path = riscv-gdb
22-
url = https://github.com/riscv-collab/riscv-binutils-gdb.git
23-
branch = fsf-gdb-10.1-with-sim
20+
[submodule "gdb"]
21+
path = gdb
22+
url = https://sourceware.org/git/binutils-gdb.git
23+
branch = gdb-12-branch
2424
[submodule "qemu"]
2525
path = qemu
2626
url = https://gitlab.com/qemu-project/qemu.git

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ fi
36673667
with_gdb_src=$with_gdb_src
36683668
36693669
else
3670-
with_gdb_src="\$(srcdir)/riscv-gdb"
3670+
with_gdb_src="\$(srcdir)/gdb"
36713671
36723672
fi
36733673

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ AX_ARG_WITH_SRC(binutils, binutils)
240240
AX_ARG_WITH_SRC(newlib, newlib)
241241
AX_ARG_WITH_SRC(glibc, glibc)
242242
AX_ARG_WITH_SRC(musl, musl)
243-
AX_ARG_WITH_SRC(gdb, riscv-gdb)
243+
AX_ARG_WITH_SRC(gdb, gdb)
244244
AX_ARG_WITH_SRC(qemu, qemu)
245245
AX_ARG_WITH_SRC(spike, spike)
246246
AX_ARG_WITH_SRC(pk, pk)

gdb

Submodule gdb added at e53a8e8

riscv-gdb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)