go/src/cmd/link
Cherry Zhang 2867a85541 [dev.link] cmd/link: delete undef pass
The undef pass basically double-checks the relocation targets are
defined. We already do that in the reloc pass, and for external
relocations we check that when we emit relocations. The undef pass
doesn't seem necessary.

Change-Id: Iecfa654dc014fdc6e59c624cbf5948ad65fd367a
Reviewed-on: https://go-review.googlesource.com/c/go/+/232577
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
2020-05-06 20:05:51 +00:00
..
internal [dev.link] cmd/link: delete undef pass 2020-05-06 20:05:51 +00:00
testdata [dev.link] cmd/link: check fingerprint for index consistency 2020-04-24 17:48:07 +00:00
doc.go cmd/compile, cmd/link: document more flags 2019-01-25 04:57:20 +00:00
dwarf_test.go cmd/link: remove darwin/arm test 2020-04-06 16:11:47 +00:00
elf_test.go cmd/link: improve gap detection in TestPIESize 2020-02-25 02:17:17 +00:00
link_test.go [dev.link] cmd: delete old object support 2020-05-04 17:00:27 +00:00
linkbig_test.go cmd/link: add missing error check in test 2019-03-02 05:00:48 +00:00
main.go cmd/internal/objabi,cmd/link: initial linker support for riscv64 2019-11-13 08:07:51 +00:00