summaryrefslogtreecommitdiff
path: root/src/cmd/6l/obj.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-673/+28
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-25/+27
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-9/+30
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-66/+65
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-16/+31
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+765
2011-09-13Imported Upstream version 60Ondřej Surý1-756/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+1
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+11
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-9/+9
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-35/+33
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+20
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-433/+116
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox1-0/+2
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox1-10/+0
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor1-1/+4
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand1-0/+3
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman1-5/+4
2010-02-03ld: include main and runtime in the library loopRuss Cox1-1/+1
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-5/+4
2010-01-25ld: do not load the same object file multiple times.Russ Cox1-0/+6
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-4/+8
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-3/+2
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-0/+6
2009-11-04speed up 6lKen Thompson1-14/+17
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-643/+12
2009-10-05allow multiple -L optionsRob Pike1-8/+16
2009-10-038c, 8l dynamic loading support.Russ Cox1-2/+4
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox1-1/+3
2009-08-21linker workRuss Cox1-3/+4
2009-08-20symbol bugs.Russ Cox1-7/+7
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox1-0/+1
2009-08-136g/6l: add go type information to symbol table.Russ Cox1-2/+13
2009-08-12mechanism for putting go types into 6.out symbol table.Russ Cox1-1/+3
2009-08-12delete heuristic left over from incremental compilationRuss Cox1-14/+1
2009-08-07remove 8.out before creating it.Russ Cox1-0/+1
2009-07-21make 6l produce dynamically linked binaries (although they are fully statical...Rob Pike1-1/+1
2009-07-206l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.Rob Pike1-1/+1
2009-07-17First steps towards cleaner support for ELF64 in 6l.Rob Pike1-1/+2
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox1-2/+0
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-1/+1
2009-06-05more build refinements:Russ Cox1-1/+1
2009-06-028l fixes, cut and paste from 6l.Russ Cox1-4/+2
2009-04-30change 6l library directory flag to -L,Russ Cox1-25/+21
2009-04-17add -P pkgdir option to 6l to have it look first in pkgdir for a package.Rob Pike1-2/+9
2009-04-08yet another attempt at auto-linkingRuss Cox1-6/+14
2009-03-24move darwin specific code into runtime/darwin/Russ Cox1-6/+0
2009-03-20don't need two names for the same function (vputl and llputl).Russ Cox1-1/+1
2009-02-05heuristic to stop pulling .6 in from .aRuss Cox1-7/+3
2009-01-30keep line number history even whenRuss Cox1-0/+3