summaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/amd64
Commit message (Expand)AuthorAgeFilesLines
* cmd/link: skip R_ADDR relocs in .rela.plt for internal PIEMichael Pratt2017-07-091-1/+8
* cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle2017-04-271-20/+20
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-192-110/+110
* cmd/link: replace Segment's linked list of Sections with a sliceMichael Hudson-Doyle2017-04-181-2/+2
* cmd/internal/obj, cmd/link: remove Hwindowsgui everywhereAlex Brainman2017-03-302-10/+7
* cmd/link: write dwarf relocationsAlex Brainman2017-03-011-0/+3
* cmd/link: delay calculating pe file parameters after Linkmode is setAlex Brainman2017-02-161-12/+2
* cmd/link: set pe section and file alignment to 0 during external linkingAlex Brainman2017-02-161-1/+1
* cmd/link: put text at address 0x1000000 on darwin/amd64Cherry Zhang2016-10-281-1/+1
* cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor2016-10-192-10/+10
* cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang2016-10-111-1/+1
* cmd/link: remove more unused ctxt parametersMichael Hudson-Doyle2016-09-201-1/+1
* cmd/link: remove now-unused ctxt arguments from a few functionsMichael Hudson-Doyle2016-09-201-1/+1
* cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of sameMichael Hudson-Doyle2016-09-201-26/+26
* cmd/internal/obj, cmd/link: darwin dynlink supportDavid Crawshaw2016-09-201-1/+4
* cmd/link: remove CursymDavid Crawshaw2016-09-201-1/+0
* cmd/link: replace ld.Link.Diag with ld.ErrorfDavid Crawshaw2016-09-201-16/+16
* cmd/link: skip arch-specific main functionDavid Crawshaw2016-09-161-8/+1
* cmd/link: attempt to rationalize linkmode initDavid Crawshaw2016-09-161-29/+0
* cmd/link: -buildmode=plugin support for linuxDavid Crawshaw2016-09-162-5/+4
* cmd/link: R_ADDR dynamic relocs for internal PIEDavid Crawshaw2016-09-141-2/+45
* cmd/link: address comments from CL 28540David Crawshaw2016-09-131-0/+3
* cmd/link: optimize TLS IE to LE in build mode PIEDavid Crawshaw2016-09-112-0/+34
* cmd/link: generate dynamic relocs for internal PIEDavid Crawshaw2016-09-111-28/+26
* cmd/link: introduce a rel.ro segmentDavid Crawshaw2016-09-111-1/+7
* cmd: fix format strings used with obj.HeadtypeJosh Bleecher Snyder2016-09-101-1/+1
* cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw2016-09-091-1/+1
* cmd/link, cmd/internal/obj: give Headtype a typeDavid Crawshaw2016-09-092-22/+26
* all: fix obsolete inferno-os linksEmmanuel Odeke2016-08-293-3/+3
* cmd/link: make DynlinkingGo a methodDavid Crawshaw2016-08-262-3/+3
* cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney2016-08-251-15/+8
* cmd/internal/*: only call ctx.Bso.Flush when something has been writtenDave Cheney2016-08-251-6/+6
* cmd/link: turn some globals into flag pointer variablesMichael Matloob2016-08-222-40/+40
* cmd/link: use standard library flag package where possibleMichael Matloob2016-08-212-13/+13
* cmd/link: remove global Bso variableMichael Matloob2016-08-211-14/+14
* cmd/link/internal: remove global Ctxt variableMichael Matloob2016-08-212-107/+105
* cmd/link/internal: thread *ld.Link through callsMichael Matloob2016-08-212-34/+36
* cmd/link/internal: rename LSym to Symbol, and add a doc comment.Michael Matloob2016-08-191-6/+6
* cmd/link: put padding between functions, not at the end of a functionKeith Randall2016-06-131-1/+2
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-023-3/+3
* cmd/link: convert textp into a sliceDavid Crawshaw2016-04-211-6/+1
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* cmd: remove unused codeDave Cheney2016-04-091-6/+0
* cmd/link/internal: make ld.Bso a *bio.WriterDave Cheney2016-04-091-8/+8
* cmd/link/internal/amd64: remove empty source fileMatthew Dempsky2016-04-071-1/+0
* cmd: add new common architecture representationMatthew Dempsky2016-04-073-14/+4
* cmd/link: generate DWARF info using symbolsRyan Brown2016-04-061-17/+5
* cmd/link: remove -H elf flagMatthew Dempsky2016-03-312-17/+2
* cmd/link: add Minalign field to ld.ArchMichael Munday2016-03-032-0/+2
* cmd/link: pack LSym boolean attributesDavid Crawshaw2016-03-031-6/+6