aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho/macho.go
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2019-06-19 11:41:54 -0400
committerThan McIntosh <thanm@google.com>2019-06-19 16:38:34 +0000
commit9f68d2fa2234859dc1e8cc577efaeb381268af24 (patch)
tree9753fcf75fe5cff21d32e3b5418aadb56fa314d7 /src/debug/macho/macho.go
parente9188d1d18040bc6cb46065b2474664b8728a6df (diff)
downloadgo-9f68d2fa2234859dc1e8cc577efaeb381268af24.tar.gz
go-9f68d2fa2234859dc1e8cc577efaeb381268af24.zip
cmd/link: fix stale link to MachO file format reference in comment
Fix a stale reference to Apple's Mach-O file format reference in the header comment. Change-Id: I5f120fd5bf31ee0b8b29a33879305abb31a7913d Reviewed-on: https://go-review.googlesource.com/c/go/+/182957 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/debug/macho/macho.go')
-rw-r--r--src/debug/macho/macho.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/debug/macho/macho.go b/src/debug/macho/macho.go
index 7bc1950bfd..49e107eed3 100644
--- a/src/debug/macho/macho.go
+++ b/src/debug/macho/macho.go
@@ -3,7 +3,12 @@
// license that can be found in the LICENSE file.
// Mach-O header data structures
-// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
+// Originally at:
+// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html (since deleted by Apply)
+// Archived copy at:
+// https://web.archive.org/web/20090819232456/http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html
+// For cloned PDF see:
+// https://github.com/aidansteele/osx-abi-macho-file-format-reference
package macho