Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -756/+633 |
2010-06-11 | Pad Go symbol table out to page boundary when linking dynamically. | Ian Lance Taylor | 1 | -2/+4 |
2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox | 1 | -10/+37 |
2010-04-20 | 6l, 8l: include ELF header in PT_LOAD mapping for text segment | Russ Cox | 1 | -5/+5 |
2010-03-23 | Add support for #pragma dynexport. | Ian Lance Taylor | 1 | -31/+46 |
2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor | 1 | -5/+5 |
2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor | 1 | -0/+2 |
2010-02-04 | 6l: move mapped symbol table lower in memory | Andrew Gerrand | 1 | -1/+1 |
2009-11-18 | 6l, 8l: add trivial hash table for dynamic symbols | Russ Cox | 1 | -18/+21 |
2009-11-18 | ld: move interpreter string into first block of ELF file | Russ Cox | 1 | -15/+10 |
2009-11-17 | fix botch | Ken Thompson | 1 | -1270/+0 |
2009-11-17 | change a n^2 algorithm in | Ken Thompson | 1 | -2/+1385 |
2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell | 1 | -2/+15 |
2009-11-16 | 6l: fix divide by zero in glibc linker. | Russ Cox | 1 | -5/+12 |
2009-11-04 | speed up 6l | Ken Thompson | 1 | -21/+86 |
2009-11-03 | 6l -e: emit external ELF symbol table. | Russ Cox | 1 | -1/+51 |
2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox | 1 | -0/+1 |
2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox | 1 | -92/+9 |
2009-09-30 | step toward darwin ffi: factor out macho code | Russ Cox | 1 | -183/+87 |
2009-09-24 | convert 8l to new ELF code. | Russ Cox | 1 | -86/+39 |
2009-08-24 | ffi -> dynld. | Russ Cox | 1 | -13/+6 |
2009-08-24 | linker work | Russ Cox | 1 | -22/+54 |
2009-08-23 | linker work | Russ Cox | 1 | -55/+67 |
2009-08-21 | linker work | Russ Cox | 1 | -164/+369 |
2009-08-20 | symbol bugs. | Russ Cox | 1 | -0/+2 |
2009-08-20 | FFI step 2: can ask for libc.so.6. | Russ Cox | 1 | -5/+23 |
2009-07-21 | a little more 6l cleanup | Russ Cox | 1 | -36/+26 |
2009-07-21 | add a .interp section and fix vaddr in INTERP prog. | Rob Pike | 1 | -7/+13 |
2009-07-21 | make 6l produce dynamically linked binaries (although they are fully statical... | Rob Pike | 1 | -47/+164 |
2009-07-20 | 6l cleanup: last set of magic numbers for elf64 moved to ld/elf64*. | Rob Pike | 1 | -9/+9 |
2009-07-20 | clean up generation of exec header. | Rob Pike | 1 | -52/+46 |
2009-07-17 | take care of a few more magic numbers | Rob Pike | 1 | -9/+16 |
2009-07-17 | count SHdrs and PHdrs and write them out as a unit | Rob Pike | 1 | -52/+40 |
2009-07-17 | more elf64 support: phdrs, constants | Rob Pike | 1 | -41/+44 |
2009-07-17 | First steps towards cleaner support for ELF64 in 6l. | Rob Pike | 1 | -163/+54 |
2009-03-24 | throw away most of the compat.h compatibility layer | Russ Cox | 1 | -2/+2 |
2009-03-20 | don't need two names for the same function (vputl and llputl). | Russ Cox | 1 | -26/+19 |
2009-01-27 | make "size 6.out" work on mac. | Russ Cox | 1 | -5/+11 |
2009-01-21 | delete unused code and data from 6.outs. | Russ Cox | 1 | -1/+3 |
2009-01-15 | diagnose missing symbols instead of | Rob Pike | 1 | -0/+2 |
2008-12-04 | emit dynamically linked 6.out on darwin instead of static, | Russ Cox | 1 | -5/+38 |
2008-11-21 | fix 6l bug - moved symbol table without | Russ Cox | 1 | -4/+2 |
2008-11-20 | symbol table changes | Russ Cox | 1 | -9/+40 |
2008-10-21 | 6l: invent gotypestrings if needed | Russ Cox | 1 | -5/+13 |
2008-10-20 | use Biobuf not fd for reading objects. | Russ Cox | 1 | -1/+0 |
2008-09-26 | fix ELF bugs found by iant | Russ Cox | 1 | -9/+9 |
2008-09-08 | go linux x86-64 kernel fixes: | Russ Cox | 1 | -3/+3 |
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -16/+16 |
2008-06-18 | stack offset | Ken Thompson | 1 | -2/+1 |
2008-06-18 | stack offseet table marker | Ken Thompson | 1 | -1/+2 |