summaryrefslogtreecommitdiff
path: root/src/cmd/8l/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: delete make paraphernaliaRuss Cox2012-02-061-46/+2
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 8l: nitsLucio De Re2011-07-151-1/+1
* cgo: windows/386 portWei Guangjing2011-01-201-0/+1
* 6l, 8l: support for linking ELF and Mach-O .o filesRuss Cox2010-12-081-0/+2
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-0/+1
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-0/+2
* 8l: emit DWARF in ELF.Luuk van Dijk2010-08-301-1/+4
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-13/+6
* 8l: add support for PE output.Hector Chu2009-12-131-0/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-4/+3
* clean moreRuss Cox2009-10-031-1/+1
* step toward darwin ffi: factor out macho codeRuss Cox2009-09-301-0/+3
* convert 8l to new ELF code.Russ Cox2009-09-241-0/+3
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-2/+1
* * move go-specific loader codeRuss Cox2009-03-311-0/+4
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-061-0/+37