]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove AIX special case for first type descriptor
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Jan 2026 08:51:32 +0000 (00:51 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 29 Jan 2026 21:17:26 +0000 (13:17 -0800)
commitee7a2119ac17ea2a6bbf12b4c8001bf39c388166
tree72ad10ffa7351d5e993d419d900e0c8f81e0c761
parent48788436b8c9a87d056e52cf90d493940b610b4d
cmd/link: remove AIX special case for first type descriptor

It doesn't seem to be necessary, and removing it seems cleaner
than adding an AIX case to the code in runtime.moduleTypelinks.

Fixes #77365

Change-Id: I59fa56abf42e18017bd112481ea09d0cca47d105
Reviewed-on: https://go-review.googlesource.com/c/go/+/740220
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/internal/ld/data.go