]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: stream external relocations on ARM and on Windows
authorCherry Zhang <cherryyz@google.com>
Wed, 22 Jul 2020 16:56:49 +0000 (12:56 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 23 Jul 2020 16:38:56 +0000 (16:38 +0000)
commite4a3e57f47b498bf81b56a6d2f1589e28dd122c9
treec4a5e37be2326a142c7c4cc6998001b981794574
parent71e2133304f634974ef00560a4e661bfc219f207
[dev.link] cmd/link: stream external relocations on ARM and on Windows

Do them in the same CL so ARM's archreloc doesn't need to support
both streaming and non-streaming.

TODO: we haven't switched to using mmap to emit external
relocations on Windows.

Change-Id: Ica2ee89c03fc74839efd6b9e26c80585fcdce45c
Reviewed-on: https://go-review.googlesource.com/c/go/+/244357
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm/obj.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/ld/target.go