aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile_test.go
AgeCommit message (Expand)Author
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-09-06cmd/internal: use t.TempDir in testsKir Kolyshkin
2022-11-15cmd/internal/obj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-05-11cmd/internal/obj: add a flag to not write referenced symbol names in object fileCherry Mui
2022-03-09cmd/compile: require -p flagRuss Cox
2020-10-20cmd/internal/obj: reject too large symbolsCherry Zhang
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-07-20[dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang