~ruther/guix-local

172207924e8491e654623d0a7e7503f80fddafc3 — jgart 3 years ago ddb2b63
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>
1 files changed, 4 insertions(+), 4 deletions(-)

M guix/build/debug-link.scm
M guix/build/debug-link.scm => guix/build/debug-link.scm +4 -4
@@ 38,10 38,10 @@
;;; create separate debug files (info "(gdb) Separate Debug Files").
;;;
;;; 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,
;;; such that separate debug files remain usable after grafting.  Failing to
;;; do that, GDB would complain about CRC mismatch---see
;;; <https://bugs.gnu.org/19973>.
;;; to update the cyclic redundancy check (CRC) that appears in
;;; '.gnu_debuglink' sections when grafting, such that separate debug files
;;; remain usable after grafting.  Failing to do that, GDB would complain
;;; about CRC mismatch---see <https://issues.guix.gnu.org/19973>.
;;;
;;; Code: