aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l/obj.c
AgeCommit message (Expand)Author
2009-08-12mechanism for putting go types into 6.out symbol table.Russ Cox
2009-08-12delete heuristic left over from incremental compilationRuss Cox
2009-08-07remove 8.out before creating it.Russ Cox
2009-07-21make 6l produce dynamically linked binaries (although they are fully statical...Rob Pike
2009-07-206l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.Rob Pike
2009-07-17First steps towards cleaner support for ELF64 in 6l.Rob Pike
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-06-05more build refinements:Russ Cox
2009-06-028l fixes, cut and paste from 6l.Russ Cox
2009-04-30change 6l library directory flag to -L,Russ Cox
2009-04-17add -P pkgdir option to 6l to have it look first in pkgdir for a package.Rob Pike
2009-04-08yet another attempt at auto-linkingRuss Cox
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
2009-03-20don't need two names for the same function (vputl and llputl).Russ Cox
2009-02-05heuristic to stop pulling .6 in from .aRuss Cox
2009-01-30keep line number history even whenRuss Cox
2009-01-21delete unused code and data from 6.outs.Russ Cox
2009-01-206l: do not link in objects from an archive just for init functions.Russ Cox
2009-01-206l: ignore undefined symbols in gotypesigs.Russ Cox
2008-11-23delete stack mark stringsRuss Cox
2008-11-13* 6l:Russ Cox
2008-11-056g interface changes:Russ Cox
2008-11-036l: generate gotypesigs on demand.Russ Cox
2008-10-216l: invent gotypestrings if neededRuss Cox
2008-10-206l:Russ Cox
2008-10-20use Biobuf not fd for reading objects.Russ Cox
2008-09-08go linux x86-64 kernel fixes:Russ Cox
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox
2008-07-09redefinition fix for autolib: if first ATEXT is already defined, skip this fileRob Pike
2008-07-09enable autolibRob Pike
2008-06-25runtime needs runtime.cRob Pike
2008-06-25put a makefile into runtimeRob Pike
2008-06-21add signal handling and traceback support therein.Rob Pike
2008-06-18stack offsetKen Thompson
2008-06-18stack offseet table markerKen Thompson
2008-06-15add support for debugging in MACH binariesRob Pike
2008-06-09new elf headerKen Thompson
2008-06-05goos garchKen Thompson
2008-06-05goos goarchKen Thompson
2008-06-04Add compiler source to new directory structureRob Pike