Skip to content

Commit fe76626

Browse files
authored
Merge pull request #445 from ojeda/demangle
docs: rust: GDB 10.2 and Binutils 2.36 come with v0 support
2 parents 62cb94d + 9d1d078 commit fe76626

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Documentation/rust/quick-start.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,7 @@ If you use GDB/Binutils and Rust symbols aren't getting demangled, the reason
208208
is your toolchain doesn't support Rust's new v0 mangling scheme yet. There are
209209
a few ways out:
210210

211-
- If you don't mind building your own tools, we provide the following fork
212-
with the support cherry-picked from GCC:
213-
214-
https://github.com/Rust-for-Linux/binutils-gdb/releases/tag/gdb-10.1-release-rust
215-
https://github.com/Rust-for-Linux/binutils-gdb/releases/tag/binutils-2_35_1-rust
211+
- Install a newer release (GDB >= 10.2, Binutils >= 2.36).
216212

217213
- If you only need GDB and can enable ``CONFIG_DEBUG_INFO``, do so:
218214
some versions of GDB (e.g. vanilla GDB 10.1) are able to use

0 commit comments

Comments
 (0)