aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/pe.c
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-02-05cmd/ld: always set timestamp in PE header to 0Shenghou Ma
2014-05-06cmd/ld: correct pe section number in symbol tableAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-16cmd/ld: populate pe symbol table with Go symbolsAlex Brainman
2014-03-26runtime: use VEH for windows/amd64 exception handlingAlex Brainman
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-23cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.Shenghou Ma
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-01-04cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native toolsLucio De Re
2012-11-18runtime/cgo: fix compilation on Windows with CFLAGS -Wall -WerrorShenghou Ma
2012-09-26cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma
2011-12-07ld: increase default stack size on Windows for cgoDmitriy Vyukov
2011-10-18ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz
2011-09-03runtime: implement exception handling on windows/amd64Hector Chu
2011-08-29libmach: support reading symbols from Windows .exe for nmMateusz CzapliƄski
2011-08-10ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing
2011-08-01cmd/ld/pe.c: Corrected mismatched print formats and variables.Lucio De Re
2011-07-28ld: remove cseekend and redo pe writingAlex Brainman
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-18ld: allow seek within write bufferRuss Cox
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-05-258l: emit resources (.rsrc) in Windows PE.Wei Guangjing
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-04-268l: do not emit empty dwarf pe sectionsAlex Brainman
2011-04-09ld: 25% fasterRuss Cox
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-186l: pe fixesWei Guangjing
2011-02-168l,6l: allow for more os threads to be created on WindowsAlex Brainman
2011-01-298l/6l: pe fixesAlex Brainman
2011-01-278l: add PE dynexportWei Guangjing
2011-01-208l: emit DWARF in Windows PE.Wei Guangjing
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-206l: windows/amd64 portWei Guangjing
2011-01-198l: pe changesAlex Brainman
2010-12-078l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing
2010-11-028l: pe generation fixesAlex Brainman
2010-10-208l: fix windows buildAlex Brainman
2010-10-198l: fix references to INITDAT in windows pe.cRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-10-158l: fix windows build.Wei Guangjing
2010-10-158l: blind attempt to fix windows buildRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-04-138l: add DOS stub to PE binariesEvan Shaw
2010-02-108l: pe executable building code changed to include import table for kernel32....Alex Brainman
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox
2009-12-138l: add support for PE output.Hector Chu