Skip to content

Commit 7b93642

Browse files
authored
Merge pull request #87 from guyush1/update-compilation-guide.md
docs: Update docs to refer to gdb-17.1
2 parents 61dd1f6 + 31aced2 commit 7b93642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img src="https://img.shields.io/github/contributors-anon/guyush1/gdb-static?color=yellow&style=flat-square" alt="contributors" style="height: 20px;">
2121
</a>
2222
<br>
23-
<img src="https://img.shields.io/badge/GDB-v16.3-orange?logo=gnu&logoColor=white&style=flat-square" alt="gdb" style="height: 20px;">
23+
<img src="https://img.shields.io/badge/GDB-v17.1-orange?logo=gnu&logoColor=white&style=flat-square" alt="gdb" style="height: 20px;">
2424
<img src="https://img.shields.io/badge/Python-built--in-blue?logo=python&logoColor=white&style=flat-square" alt="python" style="height: 20px;">
2525
</h4>
2626

compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Work according to the following steps:
5050

5151
Clone gdb from from my forked respository - https://github.com/guyush1/binutils-gdb/tree/gdb-static.
5252

53-
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.
53+
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.
5454

5555
Work according to the following steps:
5656
1. create a build dir.

0 commit comments

Comments
 (0)