From 31aced26826f9604eb1370ce7edfd54fb3c8d7e4 Mon Sep 17 00:00:00 2001 From: Guy Shimko Date: Sat, 27 Dec 2025 12:53:39 +0200 Subject: [PATCH] docs: Update docs to refer to gdb-17.1 --- README.md | 2 +- compilation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247cd70..98a515c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ contributors
- gdb + gdb python diff --git a/compilation.md b/compilation.md index 9d1e33b..3630ac0 100644 --- a/compilation.md +++ b/compilation.md @@ -50,7 +50,7 @@ Work according to the following steps: Clone gdb from from my forked respository - https://github.com/guyush1/binutils-gdb/tree/gdb-static. -Make sure to `git checkout` to the **gdb-static-16.3** branch - this branch contains all of the changes i had to do to the build system in order for it to compile gdb statically. +Make sure to `git checkout` to the **gdb-static-17.1** branch - this branch contains all of the changes i had to do to the build system in order for it to compile gdb statically. Work according to the following steps: 1. create a build dir.