aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/elf.h
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-01-07cmd/9l: support internal linkingAustin Clements
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-08-24all: compiler/bootstrap for dragonfly/amd64Joel Sing
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-10-09cmd/ld: add -B option to set build IDIan Lance Taylor
2012-10-08cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALLShenghou Ma
2012-09-21cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing
2012-08-03cmd/ld: add PT_PAX_FLAGS ELF headerRuss Cox
2012-07-30cmd/5l, cmd/ld: add support for R_ARM_GOT_PRELShenghou Ma
2012-05-04cmd/5l, cmd/ld: dynamic linking library supportShenghou Ma
2011-12-205l/6l/8l: add support for netbsd signature note sectionJoel Sing
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-14build: fix header files for Plan 9Lucio De Re
2011-05-115l, 8l: add ELF symbol table to binaryRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-12ld: ELF header function declarations.Lucio De Re
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-10-246l/8l: global and local variables and type info.Luuk van Dijk
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox
2009-11-18ld: move interpreter string into first block of ELF fileRuss 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-23linker workRuss Cox
2009-08-21linker workRuss Cox