mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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>
This commit is contained in:
parent
ddb2b632fa
commit
172207924e
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ (define-module (guix build debug-link)
|
|||
;;; 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue