From: Russ Cox Date: Wed, 26 Oct 2011 22:28:18 +0000 (-0700) Subject: 6l: remove mention of -e flag X-Git-Tag: weekly.2011-11-01~52 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2cf5359830b3a79fcc67b054d5f5f5926a862ad1;p=gostls13.git 6l: remove mention of -e flag Emitting ELF symbol table is the default behavior now and cannot be disabled. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5319050 --- diff --git a/src/cmd/6l/doc.go b/src/cmd/6l/doc.go index b8a6013d63..b17642abbd 100644 --- a/src/cmd/6l/doc.go +++ b/src/cmd/6l/doc.go @@ -25,9 +25,6 @@ Options new in this version: Elide the dynamic linking header. With this option, the binary is statically linked and does not refer to dynld. Without this option (the default), the binary's contents are identical but it is loaded with dynld. --e - Emit an extra ELF-compatible symbol table useful with tools such as - nm, gdb, and oprofile. This option makes the binary file considerably larger. -Hdarwin Write Apple Mach-O binaries (default when $GOOS is darwin) -Hlinux