summaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)AuthorFilesLines
2009-11-18ld: move interpreter string into first block of ELF fileRuss Cox2-1/+31
2009-11-15gc: five bug fixes, one better error.Russ Cox1-5/+14
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox2-4/+4
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
2009-11-03more command documentation, including nm and profRob Pike1-0/+11
2009-11-036l -e: emit external ELF symbol table.Russ Cox1-1/+1
2009-10-15rename sys functions to runtime,Russ Cox1-14/+14
2009-10-10reallocate library, libraryobj: 50 isn't nearly enoughRob Pike2-5/+7
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-1/+6
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox5-1/+856
2009-10-038c, 8l dynamic loading support.Russ Cox3-2/+330
2009-09-30step toward darwin ffi: factor out macho codeRuss Cox3-1/+278
2009-09-24convert 8l to new ELF code.Russ Cox2-37/+120
2009-08-30fix line numbers, again.Russ Cox1-25/+0
2009-08-24ffi -> dynld.Russ Cox1-51/+81
2009-08-24first attempt at real FFI support.Russ Cox1-4/+2
2009-08-24linker workRuss Cox1-2/+41
2009-08-23linker workRuss Cox1-1/+294
2009-08-21linker workRuss Cox4-389/+740
2009-08-20symbol bugs.Russ Cox1-0/+4
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox2-8/+12
2009-08-13debugging symbols for 8g.Russ Cox1-24/+0
2009-08-136g/6l: add go type information to symbol table.Russ Cox1-0/+2
2009-08-12change gotype in symbol table fromRuss Cox1-1/+4
2009-07-21make 6l produce dynamically linked binaries (although they are fully statical...Rob Pike2-7/+171
2009-07-206l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.Rob Pike2-37/+30
2009-07-20clean up generation of exec header.Rob Pike2-27/+58
2009-07-17take care of a few more magic numbersRob Pike1-13/+47
2009-07-17count SHdrs and PHdrs and write them out as a unitRob Pike2-28/+70
2009-07-17more elf64 support: phdrs, constantsRob Pike2-19/+78
2009-07-17First steps towards cleaner support for ELF64 in 6l.Rob Pike2-0/+197
2009-07-14dead codeRuss Cox1-20/+0
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox1-155/+0
2009-07-07bug167Russ Cox1-1/+1
2009-06-29allow forward declaration of struct in another fileRuss Cox1-35/+39
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-10/+10
2009-06-04dangling pointer bug (thanks valgrind)Russ Cox1-1/+1
2009-06-028l fixes, cut and paste from 6l.Russ Cox1-1/+0
2009-05-056l: eliminate dead code, not just the symbolsRuss Cox1-1/+21
2009-05-03more morestack fiddlingKen Thompson1-2/+23
2009-04-02turn gc of unused data/code back on in loaders.Russ Cox1-2/+2
2009-03-31* move go-specific loader codeRuss Cox1-0/+587