aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/objdump
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2014-07-15 06:03:36 -0700
committerIan Lance Taylor <iant@golang.org>2014-07-15 06:03:36 -0700
commit348a20548d8676fef64a304bea2e5675e5f4af2d (patch)
tree985b90b04e51bb12e7eca27d4c2e125eec25a76d /src/cmd/objdump
parent387c1c661f3642daed5ac7aa5da6941cbe7370a1 (diff)
downloadgo-348a20548d8676fef64a304bea2e5675e5f4af2d.tar.xz
objdump: remove out-of-date comment
LGTM=iant R=rsc, iant CC=golang-codereviews https://golang.org/cl/112320043
Diffstat (limited to 'src/cmd/objdump')
-rw-r--r--src/cmd/objdump/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/objdump/main.go b/src/cmd/objdump/main.go
index ade54366e5..137776f47a 100644
--- a/src/cmd/objdump/main.go
+++ b/src/cmd/objdump/main.go
@@ -29,9 +29,6 @@
// Each stanza gives the disassembly for a contiguous range of addresses
// all mapped to the same original source file and line number.
// This mode is intended for use by pprof.
-//
-// The ARM disassembler is missing (golang.org/issue/7452) but will be added
-// before the Go 1.3 release.
package main
import (