]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: accept more types in Xcoffadddynrel
authorCherry Zhang <cherryyz@google.com>
Mon, 27 Apr 2020 20:01:24 +0000 (16:01 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 27 Apr 2020 20:46:04 +0000 (20:46 +0000)
commit82f633a8e9a5d1b45293b54bc5224c3c846d3dc8
tree757a01a4d4d1efb2aa86f034c7ff48150416467f
parent8bd7c014174cef595e058b8f4b1bffb6c108d414
[dev.link] cmd/link: accept more types in Xcoffadddynrel

In dodata we overwrite symbol types to SDATA. Now we'll stop
doing that, so accept more symbol types here. This is basically
a list of all writeable types handled in dodata that could appear
in XCOFF.

Change-Id: Iee35369162f5acd59806a3f0e6c8d3682620067e
Reviewed-on: https://go-review.googlesource.com/c/go/+/230310
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/xcoff.go
src/cmd/link/internal/ld/xcoff2.go