From: Fabian Grünbichler Date: Thu, 9 Apr 2026 09:14:06 +0000 (+0200) Subject: d-0025-remove reference to CodeView.pdf X-Git-Tag: archive/raspbian/1.94.1+dfsg1-1+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a62dee7c906c4523e0ab4761730cf42a3abe8691;p=rustc.git d-0025-remove reference to CodeView.pdf its license is unclear, prune and do not mention it for now. Forwarded: github.com/rust-lang/rustc-dev-guide/issues/2828 Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic prune Gbp-Pq: Name d-0025-remove-reference-to-CodeView.pdf.patch --- diff --git a/src/doc/rustc-dev-guide/src/debuginfo/intro.md b/src/doc/rustc-dev-guide/src/debuginfo/intro.md index 0f1e59fa65..7fc0e79600 100644 --- a/src/doc/rustc-dev-guide/src/debuginfo/intro.md +++ b/src/doc/rustc-dev-guide/src/debuginfo/intro.md @@ -63,7 +63,6 @@ Due to its proprietary nature, it is very difficult to find information about PD of the sources were made at vastly different times and contain incomplete or somewhat contradictory information. As such this page will aim to collect as many sources as possible. -* [CodeView 1.0 specification](./CodeView.pdf) * LLVM * [CodeView Overview](https://llvm.org/docs/SourceLevelDebugging.html#codeview-debug-info-format) * [PDB Overview and technical details](https://llvm.org/docs/PDB/index.html) @@ -111,4 +110,4 @@ in the future. specifically to debug Rust programs. While promising, it is still in early development. * [RAD Debugger](https://github.com/EpicGamesExt/raddebugger) is a Windows-only GUI debugger. It has a custom debug info format that PDB is translated into. The project also includes a linker that can -generate their new debug info format during the linking phase. \ No newline at end of file +generate their new debug info format during the linking phase.