index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
internal
/
mips64
/
obj.go
Age
Commit message (
Expand
)
Author
2026-03-27
all: remove openbsd/mips64 port
Tobias Klauser
2023-09-13
cmd/link: round up default start address to alignment
Cherry Mui
2023-02-22
cmd/link: add internal linking support for calling SDYNIMPORT on mips64
Joel Sing
2023-02-10
cmd/link: improve error for missing SDYNIMPORT support on mips/mips64
Than McIntosh
2023-01-31
cmd/link: rename ELF struct fields to remove "elf" prefix
Ian Lance Taylor
2023-01-31
cmd/link: make .dynamic section read-only for MIPS ELF
Ian Lance Taylor
2023-01-30
cmd/link: refactor ELF hooks into ELFArch struct
Ian Lance Taylor
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2020-10-03
cmd/link: add support for openbsd/mips64
Joel Sing
2020-07-23
[dev.link] cmd/link: stream external relocations on MIPS (32/64)
Cherry Zhang
2020-07-05
[dev.link] cmd/link: emit ELF relocations in mmap
Cherry Zhang
2020-06-05
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-04
all: fix dead links to inferno-os bitbucket repository
Tobias Klauser
2020-05-26
[dev.link] cmd/link: move asmb2 elf to generic handling
Jeremy Faller
2020-05-21
[dev.link] cmd/link: remove duplicate asmb code
Jeremy Faller
2020-05-18
[dev.link] cmd/link: remove "2" from names
Cherry Zhang
2020-05-13
[dev.link] cmd/link: rename adddynrel2 back to adddynrel
Than McIntosh
2020-05-12
[dev.link] cmd/link: expand architecture support for elf asmb2 path
Than McIntosh
2020-05-08
[dev.link] cmd/link: delete old reloc pass
Cherry Zhang
2020-05-04
[dev.link] cmd/link: use new reloc pass on MIPS64
Cherry Zhang
2020-04-06
[dev.link] cmd/link: begin converting gentext to loader APIs
Than McIntosh
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-04-19
cmd/link: mmap output file
Cherry Zhang
2019-03-01
cmd/link: remove unused flag -D (FlagDataAddr)
Alex Tokarev
2017-10-21
cmd/link: move Headtype global to ctxt
David Crawshaw
2017-10-04
cmd/link: remove coutbuf global variable
David Crawshaw
2017-10-03
cmd/link: remove SysArch global variable
David Crawshaw
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2016-10-19
cmd/link, cmd/internal/obj: stop exporting various names
Ian Lance Taylor
2016-09-16
cmd/link: skip arch-specific main function
David Crawshaw
2016-09-16
cmd/link: attempt to rationalize linkmode init
David Crawshaw
2016-09-10
cmd: fix format strings used with obj.Headtype
Josh Bleecher Snyder
2016-09-09
cmd: use obj.GOOS, obj.GOARCH, etc
David Crawshaw
2016-09-09
cmd/link, cmd/internal/obj: give Headtype a type
David Crawshaw
2016-08-29
all: fix obsolete inferno-os links
Emmanuel Odeke
2016-08-22
cmd/link: turn some globals into flag pointer variables
Michael Matloob
2016-08-21
cmd/link/internal: remove global Ctxt variable
Michael Matloob
2016-08-21
cmd/link/internal: thread *ld.Link through calls
Michael Matloob
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-01
cmd/link, runtime: add external linking support for linux/mips64x
Cherry Zhang
2016-04-07
cmd: add new common architecture representation
Matthew Dempsky
2016-03-03
cmd/link: add Minalign field to ld.Arch
Michael Munday
2016-03-02
cmd/link: add array append version of methods
David Crawshaw
2015-11-12
cmd/link: added support for mips64{,le}
Yao Zhang