]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
cmd/link: put moduledata in its own .go.module section
authorIan Lance Taylor <iant@golang.org>
Fri, 14 Nov 2025 19:48:55 +0000 (11:48 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Nov 2025 04:07:41 +0000 (20:07 -0800)
commit9f5cd43fe612834e78b838c1e704bf7a98011749
tree9ea740560766a3b243db074340456147cea64ae0
parent43cfd785e72ccd04fe638395aa80029aae23fef6
cmd/link: put moduledata in its own .go.module section

There is a test for this in CL 721480 later in this series.

For #76038

Change-Id: Ib7ed1f0b0aed2d929ca0f135b54d6b62112cae30
Reviewed-on: https://go-review.googlesource.com/c/go/+/720660
TryBot-Bypass: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/xcoff.go
src/cmd/link/internal/sym/symkind.go
src/cmd/link/internal/sym/symkind_string.go
src/cmd/link/internal/wasm/asm.go