aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2013-04-12cmd/ld: always do external link for -linkmode=externalIan Lance Taylor
2013-04-12cmd/ld: if we fail from an unexpected PE flags value, print itIan Lance Taylor
2013-04-10cmd/ld: fix scope of static objects in symbol tableAnthony Martin
2013-04-11cmd/ld: fix argument passing in doc.goShenghou Ma
2013-04-10cmd/ld: fix inconsistency in internal linking of common symbols.Rémy Oudompheng
2013-04-01cmd/ld: add -extld and -extldflags optionsIan Lance Taylor
2013-03-30cmd/gc, cmd/ld: fix warnings on Plan 9David du Colombier
2013-03-29runtime: fix gdb printing of mapsKeith Randall
2013-03-28cmd/ld: only pass -rdynamic to host linker on ELF targetIan Lance Taylor
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-28cmd/ld: when using host linker pass -r option as -rpathIan Lance Taylor
2013-03-27cmd/ld: fix OpenBSD (third try)Ian Lance Taylor
2013-03-27cmd/ld, cmd/8l: Fix OpenBSD build.Ian Lance Taylor
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-25cmd/ld: permit sym to be both cgo_export_static and cgo_export_dynamicIan Lance Taylor
2013-03-25cmd/cc, cmd/ld: do not overflow strings in symbol lookup.Rémy Oudompheng
2013-03-22cmd/ld: portability fixesShenghou Ma
2013-03-22cmd/ld: don't generate DW_AT_type attr for unsafe.Pointer to match gcc behaviorShenghou Ma
2013-03-22cmd/ld: fix bad mergeShenghou Ma
2013-03-20runtime: faster hashmap implementation.Keith Randall
2013-03-20cmd/ld: remove remaining occurrence of isobj.Rémy Oudompheng
2013-03-19cmd/ld: fix typoRuss Cox
2013-03-19cmd/ld: generate relocated DWARF in hostobj modeRuss Cox
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-12cmd/ld: fix 'use after free' error in new obj codeRuss Cox
2013-03-11lib9, cmd/dist, cmd/ld: Plan 9: fix buildAkshat Kumar
2013-03-11cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-10cmd/ld: avoid redundant external relocation calculationsRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: wrap long data lines in -a outputRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-10cmd/ld: make mach-o sections match internal sectionsRuss Cox
2013-03-10cmd/ld: add tmpdir flag to preserve temp filesRuss Cox
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-03-06cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamicRuss Cox
2013-03-01cmd/ld: fix windows buildRuss Cox
2013-03-01cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox
2013-02-28cmd/ld: fix symbol table sortingRuss Cox
2013-02-26cmd/ld: change GC_CALL to 32-bit relative addressRuss Cox
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
2013-02-26all: clean up C function prototypesAnthony Martin
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-02-14cmd/ld: fix -s flag for ELF executablesAnthony Martin
2013-02-05cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma
2013-02-04cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARMShenghou Ma
2013-02-01runtime, cmd/ld: make code more position-independentElias Naur