aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/loadelf
AgeCommit message (Expand)Author
2019-05-12cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocationsJoel Sing
2019-05-09cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox
2019-05-02cmd/link: support PIE mode with internal link on linux arm64erifan01
2019-04-18cmd/link: don't fail if multiple ELF sections have the same nameIan Lance Taylor
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-03-29cmd/link: permit duplicate weak symbolsJoel Sing
2018-08-30cmd/link: move Localentry field in sym.Symbol to cold sectionThan McIntosh
2018-07-03cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol sizeThan McIntosh
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-02-20all: fix misspellingsShawn Smith
2018-02-07cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle
2017-10-24cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle
2017-10-16cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-10-11cmd/link: move ELF reader to its own packageDavid Crawshaw