]> Cypherpunks repositories - gostls13.git/commit
cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type
authorThan McIntosh <thanm@golang.org>
Sun, 17 Nov 2024 18:20:17 +0000 (13:20 -0500)
committerThan McIntosh <thanm@golang.org>
Sat, 22 Feb 2025 21:25:22 +0000 (13:25 -0800)
commit38825ef34715f024be0767f2bb94bb8c299f6f6b
tree81b33ac5a4df0e6e9aa0c119130dce21997df4e2
parentf062d7b10b276c1b698819f492e4b4754e160ee3
cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type

Get rid of the R_DWARFFILEREF relocation type -- we have not used this
relocation for a while now, ever since jfaller's revamp of the DWARF
line table file section in Go 1.15. No change in compiler or linker
functionality; this is purely a dead code cleanup.

Change-Id: I178760c87f3aa79694cfabe7364ca382605c6975
Reviewed-on: https://go-review.googlesource.com/c/go/+/633876
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/internal/objabi/reloctype.go
src/cmd/internal/objabi/reloctype_string.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/pe.go