cmd/link: fix dead reference link

Change-Id: I0f53cc2b845f8a52fece2aaba1445a0ecb9cdc53
Reviewed-on: https://go-review.googlesource.com/c/go/+/341129
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
korzhao 2021-08-10 22:05:34 +08:00 committed by Dmitri Shuralyov
parent a95f1b51be
commit 58490972c0
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ import (
/*
Derived from Plan 9 from User Space's src/libmach/elf.h, elf.c
http://code.swtch.com/plan9port/src/tip/src/libmach/
https://github.com/9fans/plan9port/tree/master/src/libmach/
Copyright © 2004 Russ Cox.
Portions Copyright © 2008-2010 Google Inc.

View file

@ -18,7 +18,7 @@ import (
/*
Derived from Plan 9 from User Space's src/libmach/elf.h, elf.c
http://code.swtch.com/plan9port/src/tip/src/libmach/
https://github.com/9fans/plan9port/tree/master/src/libmach/
Copyright © 2004 Russ Cox.
Portions Copyright © 2008-2010 Google Inc.