aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2010-02-03ld: include main and runtime in the library loopRuss Cox
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox
2010-01-25ld: typoRuss Cox
2010-01-25eliminate package global name spaceRuss Cox
2010-01-25ld: do not load the same object file multiple times.Russ Cox
2010-01-22eliminate the package global name space assumption in object filesRuss Cox
2010-01-19cleanup toward eliminating package global name spaceRuss Cox
2010-01-19ld: unused variableRuss Cox
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox
2010-01-13ignore $GOARCH inside the compiler and linker.Rob Pike
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman
2009-12-138l: add support for PE output.Hector Chu
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox
2009-11-09tweak documentation of commandsRuss Cox
2009-11-03more command documentation, including nm and profRob Pike
2009-11-036l -e: emit external ELF symbol table.Russ Cox
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-10reallocate library, libraryobj: 50 isn't nearly enoughRob Pike
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox
2009-09-24convert 8l to new ELF code.Russ Cox
2009-08-30fix line numbers, again.Russ Cox
2009-08-24ffi -> dynld.Russ Cox
2009-08-24first attempt at real FFI support.Russ Cox
2009-08-24linker workRuss Cox
2009-08-23linker workRuss Cox
2009-08-21linker workRuss Cox
2009-08-20symbol bugs.Russ Cox
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox
2009-08-13debugging symbols for 8g.Russ Cox
2009-08-136g/6l: add go type information to symbol table.Russ Cox
2009-08-12change gotype in symbol table fromRuss 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-20clean up generation of exec header.Rob Pike
2009-07-17take care of a few more magic numbersRob Pike
2009-07-17count SHdrs and PHdrs and write them out as a unitRob Pike
2009-07-17more elf64 support: phdrs, constantsRob Pike
2009-07-17First steps towards cleaner support for ELF64 in 6l.Rob Pike
2009-07-14dead codeRuss Cox
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox
2009-07-07bug167Russ Cox
2009-06-29allow forward declaration of struct in another fileRuss Cox
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox
2009-06-04dangling pointer bug (thanks valgrind)Russ Cox