summaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/mips64
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle2017-04-271-1/+1
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-192-41/+41
* cmd/link: replace Segment's linked list of Sections with a sliceMichael Hudson-Doyle2017-04-181-2/+2
* cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor2016-10-192-10/+10
* cmd/link: remove more unused ctxt parametersMichael Hudson-Doyle2016-09-201-1/+1
* cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of sameMichael Hudson-Doyle2016-09-201-2/+2
* cmd/link: remove CursymDavid Crawshaw2016-09-201-1/+0
* cmd/link: replace ld.Link.Diag with ld.ErrorfDavid Crawshaw2016-09-201-8/+8
* cmd/link: skip arch-specific main functionDavid Crawshaw2016-09-161-8/+1
* cmd/link: attempt to rationalize linkmode initDavid Crawshaw2016-09-161-20/+0
* cmd/link: generate dynamic relocs for internal PIEDavid Crawshaw2016-09-111-1/+2
* 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-7/+7
* all: fix obsolete inferno-os linksEmmanuel Odeke2016-08-293-3/+3
* cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney2016-08-251-11/+6
* cmd/internal/*: only call ctx.Bso.Flush when something has been writtenDave Cheney2016-08-251-5/+5
* cmd/link/internal/mips64: fix use of -s flagsMichael Matloob2016-08-221-1/+1
* cmd/link: turn some globals into flag pointer variablesMichael Matloob2016-08-222-24/+24
* cmd/link: use standard library flag package where possibleMichael Matloob2016-08-211-8/+8
* cmd/link: remove global Bso variableMichael Matloob2016-08-211-11/+11
* cmd/link/internal: remove global Ctxt variableMichael Matloob2016-08-212-16/+15
* cmd/link/internal: thread *ld.Link through callsMichael Matloob2016-08-212-22/+23
* cmd/link/internal: rename LSym to Symbol, and add a doc comment.Michael Matloob2016-08-191-3/+3
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-023-4/+4
* cmd/internal/obj/mips, cmd/link: add support TLS relocation for mips64xCherry Zhang2016-05-011-1/+15
* cmd/link, runtime: add external linking support for linux/mips64xCherry Zhang2016-05-012-2/+76
* cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang2016-05-011-16/+5
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-2/+2
* cmd: remove unused codeDave Cheney2016-04-091-4/+0
* cmd/link/internal: make ld.Bso a *bio.WriterDave Cheney2016-04-091-6/+6
* cmd: add new common architecture representationMatthew Dempsky2016-04-073-16/+10
* cmd/link: generate DWARF info using symbolsRyan Brown2016-04-061-6/+4
* cmd/link: add Minalign field to ld.ArchMichael Munday2016-03-032-0/+2
* cmd/link: add array append version of methodsDavid Crawshaw2016-03-021-0/+6
* cmd/link: added support for mips64{,le}Yao Zhang2015-11-123-0/+481