]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: remove ARM64 special handling of GC data in shared libraries
authorCherry Zhang <cherryyz@google.com>
Fri, 10 Jul 2020 20:09:37 +0000 (16:09 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 10 Jul 2020 20:48:45 +0000 (20:48 +0000)
commitf3a29d3a34c498954c6d80059f3ba7d5ffbb46d9
tree0c36069fcb33e92691540f623f74bb209961b201
parent86f53c2a3c08c416fe62e83db1d1a666b3da5f21
[dev.link] cmd/link: remove ARM64 special handling of GC data in shared libraries

The special case is no longer needed, didn't actually work, and
we no longer even save this map anywhere (see CL 240621 for more
information).

Change-Id: I19bcf32cace22decf50fd6414d4519cc51cbb0be
Reviewed-on: https://go-review.googlesource.com/c/go/+/241982
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/internal/ld/lib.go