summaryrefslogtreecommitdiff
path: root/src/cmd/5l/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-1/+3
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-29/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+39
2011-09-13Imported Upstream version 60Ondřej Surý1-39/+0
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-0/+5
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor1-0/+2
This permits more flexibility with cgo and swig in cases where the program is run on a machine other than the one on which it is built. Rather than storing the absolute path to the shared library in the DT_NEEDED entry, we can store just the name, and let the dynamic linker find it using DT_RUNPATH or the LD_LIBRARY_PATH environment variable. R=rsc CC=golang-dev http://codereview.appspot.com/223068
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand1-0/+2
R=rsc CC=golang-dev http://codereview.appspot.com/204044
2010-01-25salvaging 183105 from dead clientKai Backman1-1/+1
a number of fixes for arm elf generation in 5l. -T now works as advertised, -D now works properly. R=rsc CC=golang-dev http://codereview.appspot.com/194076
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-03document the gc go compilers.Rob Pike1-0/+2
fix the usage message. R=rsc CC=go-dev http://go/go-review/1016033
2009-11-03more command documentation, including nm and profRob Pike1-1/+1
R=rsc http://go/go-review/1017022
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+26
Each command gets a doc.go file for godoc to analyze. Its main element is a package comment. R=rsc CC=go-dev http://go/go-review/1018029