summaryrefslogtreecommitdiff
path: root/src/cmd/ld/ldpe.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-111-5/+12
* cmd/ld: correct pe section names if longer then 8 charsAlex Brainman2014-10-111-0/+9
* cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov2014-07-221-3/+3
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-14/+2
* liblink: fix incorrect hash collision in lookupRuss Cox2014-04-161-0/+6
* cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma2014-04-161-1/+1
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-3/+3
* liblink: create new library based on linker codeRuss Cox2013-12-081-18/+18
* cmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols.Shenghou Ma2013-09-191-0/+1
* cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma2013-09-181-0/+1
* cmd/ld: fix check for address wrap in relocationRob Pike2013-04-301-1/+1
* cmd/ld: do not relocate ignored PE sectionsAlex Brainman2013-04-201-0/+5
* cmd/ld: ignore PE sections that are not code or dataIan Lance Taylor2013-04-151-1/+8
* cmd/ld: if we fail from an unexpected PE flags value, print itIan Lance Taylor2013-04-121-1/+1
* cmd/ld: portability fixesShenghou Ma2013-03-221-4/+6
* cmd/ld: fix windows buildRuss Cox2013-03-011-6/+7
* cmd/ld: fix symbol table sortingRuss Cox2013-02-281-9/+26
* cmd/ld: consistent binary for cgo programsShenghou Ma2012-09-201-2/+1
* cmd/ld: take section symbols' value into account for PEShenghou Ma2012-05-231-0/+5
* ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation typeAlex Brainman2011-12-161-4/+2
* ld: fix .bss for ldpe.Wei Guangjing2011-11-111-2/+2
* cgo: support for mingw-w64 4.5.1 and newerWei Guangjing2011-10-061-8/+10
* ld: fix build on Plan 9Lucio De Re2011-07-251-2/+2
* ld: don't skip first 2 symbols in ldpe.Wei Guangjing2011-07-251-2/+1
* ld: fixes .bss for ldpeWei Guangjing2011-07-231-0/+4
* ld: fixes ldpe link with SXREF global values.Wei Guangjing2011-07-221-0/+4
* cgo: windows amd64 portWei Guangjing2011-07-191-0/+29
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-3/+7
* 8l: minor fix discovered by lucioAlex Brainman2011-06-171-1/+1
* ld: fix link Windows PE __declspec(dllimport) symbolWei Guangjing2011-06-141-0/+2
* 8l: emit resources (.rsrc) in Windows PE.Wei Guangjing2011-05-251-1/+4
* 8l: fix ldpe sym name length == 8 strdup incorrect.Wei Guangjing2011-01-271-2/+4
* cgo: windows/386 portWei Guangjing2011-01-201-0/+404