summaryrefslogtreecommitdiff
path: root/src/cmd/ld/pe.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: correct pe section number in symbol tableAlex Brainman2014-05-061-18/+17
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-1/+12
* cmd/ld: populate pe symbol table with Go symbolsAlex Brainman2014-04-161-29/+97
* runtime: use VEH for windows/amd64 exception handlingAlex Brainman2014-03-261-44/+0
* liblink: create new library based on linker codeRuss Cox2013-12-081-20/+20
* cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.Shenghou Ma2013-09-231-0/+1
* cmd/ld: replace dynimpname with extnameRuss Cox2013-03-101-7/+7
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-2/+2
* cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native toolsLucio De Re2013-01-041-0/+1
* runtime/cgo: fix compilation on Windows with CFLAGS -Wall -WerrorShenghou Ma2012-11-181-1/+1
* cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma2012-09-261-0/+3
* ld: increase default stack size on Windows for cgoDmitriy Vyukov2011-12-071-2/+15
* ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz2011-10-181-1/+1
* runtime: implement exception handling on windows/amd64Hector Chu2011-09-031-3/+54
* libmach: support reading symbols from Windows .exe for nmMateusz Czapli?ski2011-08-291-8/+24
* ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing2011-08-101-2/+3
* cmd/ld/pe.c: Corrected mismatched print formats and variables.Lucio De Re2011-08-011-3/+3
* ld: remove cseekend and redo pe writingAlex Brainman2011-07-281-42/+51
* ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer2011-07-201-1/+1
* ld: allow seek within write bufferRuss Cox2011-07-181-13/+13
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-4/+2
* 8l: emit resources (.rsrc) in Windows PE.Wei Guangjing2011-05-251-1/+47
* 6l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman2011-05-131-3/+3
* 8l: do not emit empty dwarf pe sectionsAlex Brainman2011-04-261-0/+3
* ld: 25% fasterRuss Cox2011-04-091-6/+2
* 8l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman2011-02-241-1/+4
* 6l: pe fixesWei Guangjing2011-02-181-0/+1
* 8l,6l: allow for more os threads to be created on WindowsAlex Brainman2011-02-161-1/+1
* 8l/6l: pe fixesAlex Brainman2011-01-291-92/+59
* 8l: add PE dynexportWei Guangjing2011-01-271-1/+102
* 8l: emit DWARF in Windows PE.Wei Guangjing2011-01-201-0/+64
* cgo: windows/386 portWei Guangjing2011-01-201-0/+7
* 6l: windows/amd64 portWei Guangjing2011-01-201-46/+89
* 8l: pe changesAlex Brainman2011-01-191-81/+70
* 8l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing2010-12-071-48/+161
* 8l: pe generation fixesAlex Brainman2010-11-021-50/+50
* 8l: fix windows buildAlex Brainman2010-10-201-3/+8
* 8l: fix references to INITDAT in windows pe.cRuss Cox2010-10-191-2/+2
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-7/+0
* 8l: fix windows build.Wei Guangjing2010-10-151-0/+1
* 8l: blind attempt to fix windows buildRuss Cox2010-10-151-1/+2
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-3/+3
* 8l: add DOS stub to PE binariesEvan Shaw2010-04-131-2/+23
* 8l: pe executable building code changed to include import table for kernel32....Alex Brainman2010-02-101-0/+74
* nacl: fix build, finally fixed 8l convergence bugRuss Cox2010-02-011-1/+1
* 8l: add support for PE output.Hector Chu2009-12-131-0/+157