me
/
guix
Archived
1
0
Fork 0

debug-link: Clarify what CRC is.

* guix/build/debug-link.scm: Clarify "CRC"; update bug URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
jgart 2022-09-15 20:33:01 -05:00 committed by Ludovic Courtès
parent ddb2b632fa
commit 172207924e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@
;;; create separate debug files (info "(gdb) Separate Debug Files"). ;;; create separate debug files (info "(gdb) Separate Debug Files").
;;; ;;;
;;; The main facility of this module is 'graft-debug-links', which allows us ;;; The main facility of this module is 'graft-debug-links', which allows us
;;; to update the CRC that appears in '.gnu_debuglink' sections when grafting, ;;; to update the cyclic redundancy check (CRC) that appears in
;;; such that separate debug files remain usable after grafting. Failing to ;;; '.gnu_debuglink' sections when grafting, such that separate debug files
;;; do that, GDB would complain about CRC mismatch---see ;;; remain usable after grafting. Failing to do that, GDB would complain
;;; <https://bugs.gnu.org/19973>. ;;; about CRC mismatch---see <https://issues.guix.gnu.org/19973>.
;;; ;;;
;;; Code: ;;; Code: